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.
How to keep figures from appearing?
8 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!