Prev: Filling plot markers
Next: Missing Value Imputation
From: Saurabh on 10 Jun 2010 04:52 I have a mfile in which I change some parameters and then run it .It generates an output lets say figure A Now when I change parameters again and run it it also generates a figure I desire to have the first figure saved and keep on display rather than being overwritten when i run the mfile second time Any Suggestions ?
From: Branko on 10 Jun 2010 06:35 "Saurabh " <saurabhs(a)student.ethz.ch> wrote in message <huq93k$924$1(a)fred.mathworks.com>... > I have a mfile in which I change some parameters and then run it .It generates an output lets say figure A > > Now when I change parameters again and run it it also generates a figure > > I desire to have the first figure saved and keep on display rather than being overwritten when i run the mfile second time > > Any Suggestions ? > > doc print doc close doc figure Branko
From: Walter Roberson on 10 Jun 2010 10:25 Saurabh wrote: > I have a mfile in which I change some parameters and then run it .It > generates an output lets say figure A > > Now when I change parameters again and run it it also generates a figure > > I desire to have the first figure saved and keep on display rather than > being overwritten when i run the mfile second time > Any Suggestions ? > > code an explicit figure() call before the first plotting or axes command.
|
Pages: 1 Prev: Filling plot markers Next: Missing Value Imputation |