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

7 ビュー (過去 30 日間)
I would like to able to pass control back to the command line after I plot a figure.

採用された回答

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Objects についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by