From: Erik L on
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
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.