Is it possible to disable figure/plot visibility while publishing a Matlab Script with the publish() function?
4 views (last 30 days)
Show older comments
I have some scripts that generate some reports for me (quite long) using the publish() function. The reports contain anywhere from 100-1000 figures, my problem is that every time I try to publish my scripts, the figures pour out on my screen (stealing window focus and RAM). I have tried throwing this in my script: set(0,'DefaultFigureVisible','on'), but it disabled visibility within my report as well. Any idea how to get around this? Thanks!!
0 Comments
Answers (0)
See Also
Categories
Find more on Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!