I have a Matlab function which when runs, somehow, the ‘visible’ property of ALL the figures in matlab is turned off. For example, if I type
figure
nothing happens….but if I type this
figure('visible','on')
a blank figure is displyed normally. This situation remains till I restart Matlab. My question is, Is there a way to turn this’universal Visibility’ back on????
You can find here how to set default properties for figures and axes. Basically, the format is
to set session-wide default values. Note that you can get a list of some of the default parameters you can set with
Note also that NOT all user-settable parameters are shown, and that such a list is actually pretty hard to find (I could not find it…)
Anyway, I suspect what you’re after is