Prev: Changing contrast of an background rgb image
Next: ??? Error using ==> vertcat CAT arguments dimensions are not consistent.
From: Erik L on 8 Jun 2010 15:41 hi, I am displaying multiple parameters on three different graphs from the same matlab program. Is there a way to show all these three graphs on separate graph windwos in one program run. I am not asking about the subplot option. thanks Erik
From: Walter Roberson on 8 Jun 2010 15:56
Erik L wrote: > I am displaying multiple parameters on three different graphs from the > same matlab program. Is there a way to show all these three graphs on > separate graph windwos in one program run. > I am not asking about the subplot option. Sure, just call figure() before each plot. |