Figure window not opening with just using plot() in 2025a
Hello everyone, I have a simple yet annoying problem. In previous versions of Matlab, if I wanted to see a plot, I could write plot(a,b) and it would automatically open a figure window and draw the plot. Now, in 2025a, I need to write figure() first and then write plot(a,b) to see the plot. Otherwise the figure is acting like its Visible property is set to ‘off’, yet the property seems to be ‘on’. Any ideas why this might be happening? Is it like this "by design" now?Hello everyone, I have a simple yet annoying problem. In previous versions of Matlab, if I wanted to see a plot, I could write plot(a,b) and it would automatically open a figure window and draw the plot. Now, in 2025a, I need to write figure() first and then write plot(a,b) to see the plot. Otherwise the figure is acting like its Visible property is set to ‘off’, yet the property seems to be ‘on’. Any ideas why this might be happening? Is it like this "by design" now? Hello everyone, I have a simple yet annoying problem. In previous versions of Matlab, if I wanted to see a plot, I could write plot(a,b) and it would automatically open a figure window and draw the plot. Now, in 2025a, I need to write figure() first and then write plot(a,b) to see the plot. Otherwise the figure is acting like its Visible property is set to ‘off’, yet the property seems to be ‘on’. Any ideas why this might be happening? Is it like this "by design" now? plot, figure MATLAB Answers — New Questions