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

7 Ansichten (letzte 30 Tage)
I would like to able to pass control back to the command line after I plot a figure.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Objects finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by