How to dispaly the output in matlab to another new window?
Show older comments
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)
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...
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!