From: Walter Goedecke on 13 Aug 2010 18:10 Would anyone know if a figure created by a *.m script can also be saved as a file? I want the figure to automatically be saved to a file when it is created by the script, without having to save it by using the menu bar afterwards. Thanks, Walter
From: Walter Roberson on 13 Aug 2010 19:36 Walter Goedecke wrote: > Would anyone know if a figure created by a *.m script can also be saved > as a file? > I want the figure to automatically be saved to a file when it is created > by the script, without having to save it by using the menu bar afterwards. See saveas() and print(). Also highly recommended is the Matlab File Exchange (FEX) contribution to export_fig
From: Walter Goedecke on 13 Aug 2010 20:10 Thanks - saveas worked! I used: fig1 = figure(1) .... saveas(fig1, 'figure1') Walter Roberson <roberson(a)hushmail.com> wrote in message <i44kuu$ec0$2(a)canopus.cc.umanitoba.ca>... > Walter Goedecke wrote: > > Would anyone know if a figure created by a *.m script can also be saved > > as a file? > > I want the figure to automatically be saved to a file when it is created > > by the script, without having to save it by using the menu bar afterwards. > > See saveas() and print(). Also highly recommended is the Matlab File Exchange > (FEX) contribution to export_fig
|
Pages: 1 Prev: How to reduce the local illumination variations. Next: interpolating to create a 3D surface |