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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -