Clear Filters
Clear Filters

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

20 views (last 30 days)
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...

Categories

Find more on MATLAB Report Generator 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!