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

I would like to able to pass control back to the command line after I plot a figure.

 Akzeptierte Antwort

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 Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-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