Showing posts with label Tools. Show all posts
Showing posts with label Tools. Show all posts

2/15/2013

One mouse(keyboard) and Two(three) Computers

If you want to handle two or three computer by one mouse and keyboard, this tool is very useful.
The synergy tool supports this work.

The web site is http://synergy-foss.org
The principle is using server and client of TCP/IP.

This tool is freeware and easy to use.
And it also can use on the mac os.

Thank you.




7/25/2012

Mesh Grid Tool, Surfer program

If you have x,y,z 3D point data. 
For example ..
X Y Z
1.22 2.22 3.22
1.322 6.22 2.22
1.42 3.22 1.22
1.522 1.22 4.22
1.22 3.22 2.22
...



I want to plot 3D surface in matlab.
But It is very hart because the data is too large. The number of data is 1176764.
And The interval of data is not regular.
So to make map(matrix) for plotting is very hard.
and even when I make map(matrix), Matlab did not work because 'out of memory'.

The method to solve is using sufer 9 tool.
We can get mesh grid easy.

The method to use..
Firstly, Get Surfer 9 program.

Second...
In the menu. Select Grid ->  Data
Choose your xyz.txt File.
And Open.


In Option window, normally there is no need to set up.
So just click 'OK'



Also 'OK'
then the tool will be working to make grid. After making grid, you can see report.
and then Open your grid file.
In menu, map -> new ->  3D wireframe



5/02/2012

Math Type 6.7


You can download MathType 6.7 from here.
If you need serial code , plz ask to my email.
Thank you.

1/26/2012

(TIP) Maple 15 - The method of the Matrix multiply (3by3 Rotation matrix)

(TIP) Maple 15 - The method of the Matrix multiply

Show the below example~


or
We can use LinearAlgebra command. Using 'with(LinearAlgebra)' keyword
Show next example~



Thank you~ ^^

1/24/2012

(TIP) Maple 15 - the method of the matrix differential

(TIP) The method of the matrix differential in the Maple 15 math tool.
You should use "map" function. Show the below example.


Thanks you. ^^