How to dispaly the output in matlab to another new window?

I have a problem like i want to genearte a bargaraph but it is dispalying in the same page but it should to be displayed in another window

Answers (1)

Stephen23
Stephen23 on 15 Feb 2015
Edited: Stephen23 on 15 Feb 2015
Open a new figure first. From the documentation: figure creates a new figure window using default property values. This new figure window becomes the current figure, and it displays on top of all other figures on the screen...

Edited:

on 15 Feb 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!