Re: Matlab Guru please help# EE - 电子工程
s*c
1 楼
Just write your own script to plot the data into a 2D
matrix, and then use imwrite.
So that script should know what resolution the jpg file will
be (can be a constant like 640*480 or can be taken as
parameter). That script should be able to determine the
scale to use (maxx, minx, maxy, miny) and calculate a
conversion factor. You have to create the marker, axis,
label (at least 0-9 and "." to mark the axis)etc. yourself.
If your figures have same scale, you can just copy the outer
part of the f