ライブスクリプトのFigureを外に出す

ライブスクリプトでは,出力Figureはスクリプトの右側コラムに表示され,Figureウィンドウで開くボタンが付きます.最初からFigureウィンドウで表示するにはどうしたらよいですか.

 Réponse acceptée

Akira Agata
Akira Agata le 29 Avr 2020

3 votes

下記のように、"Visible" プロパティを "on" に指定することで、Figureウィンドウを別に表示させることができます。
figure("Visible","on")

Plus de réponses (0)

Catégories

En savoir plus sur 印刷と保存 dans Centre d'aide et File Exchange

Produits

Version

R2020a

Community Treasure Hunt

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

Start Hunting!