how to replot saved figures in Matlab -
i have matlab script in saved multiples figures, read them again matlab, tried function hgload
, imread
didn't help. idea done ?
update
fig = hgload('frame.fig'); plot(fig);
you have use: hgload frame.fig
Comments
Post a Comment