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

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

 Accepted Answer

Akira Agata
Akira Agata on 29 Apr 2020

3 votes

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

More Answers (0)

Categories

Products

Release

R2020a

Community Treasure Hunt

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

Start Hunting!