|
|
Re: save figures without displaying
Posted:
Apr 14, 2011 9:01 AM
|
|
You can import figure to workspace with importdata command: a = importdata('file.fig') And then you could change it properties: a.properties.Visible = 'on'
But I have no idea how to save it again in fig format.
Grzegorz
|
|