How to keep figures from appearing?

7 ビュー (過去 30 日間)
PromoCodeBSJ
PromoCodeBSJ 2018 年 10 月 2 日
回答済み: Image Analyst 2018 年 10 月 9 日
I tried using: set(0,'DefaultFigureVisible','off') but it did not turn off the graphs that are generated from my code. I can use set(gcf,'Visible','off'), but this does not help too much because it turns off the graph after it has been made.

回答 (1 件)

Image Analyst
Image Analyst 2018 年 10 月 9 日
Hiding axes does not hide everything on the axes. You'd have to hide all the child components on the axes individually. You can put the axes into a panel if you want to hide the whole thing in one shot by hiding the panel.

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by