How can I pass control back to the MATLAB command prompt after plotting a figure?

5 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
You may use the COMMANDWINDOW function to make the MATLAB command window active. For example :
plot(1:10)
commandwindow

More Answers (0)

Categories

Find more on Graphics Objects in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!