m********g 发帖数: 15 | 1 With the picture of the irregular cross section, is there any particular
software for this problem? | f*******r 发帖数: 204 | 2 如果只要数值解,Matlab就可以。读图,按点阵数值积分。很简单的程序就可以搞定
【在 m********g 的大作中提到】 : With the picture of the irregular cross section, is there any particular : software for this problem?
| p*t 发帖数: 1210 | 3 How to let Matlab read a plot? I am trying to transfer a scanned plot to Excel
format. thanks.
【在 f*******r 的大作中提到】 : 如果只要数值解,Matlab就可以。读图,按点阵数值积分。很简单的程序就可以搞定
| f*******r 发帖数: 204 | 4 For yourpurpose, it is simpler to find some software to digitize a curve
(by hand :)). I currrently use Grapher for digitizing. If you don't hav
e this software, try searching digitize in google to see whether there's
some free ware.
If using matlab, you can use "imread" to read the image into a matrix an
d write a program to find the profile by detecting the color change in t
he image. If the plot only have a single curve, it is better to scan the
plot into Black/White form; and then you will s
【在 p*t 的大作中提到】 : How to let Matlab read a plot? I am trying to transfer a scanned plot to Excel : format. thanks.
| p*t 发帖数: 1210 | 5 thanks, very helpful.
Excel
定
【在 f*******r 的大作中提到】 : For yourpurpose, it is simpler to find some software to digitize a curve : (by hand :)). I currrently use Grapher for digitizing. If you don't hav : e this software, try searching digitize in google to see whether there's : some free ware. : If using matlab, you can use "imread" to read the image into a matrix an : d write a program to find the profile by detecting the color change in t : he image. If the plot only have a single curve, it is better to scan the : plot into Black/White form; and then you will s
|
|