Figure window not opening with just using plot() in 2025a
103 views (last 30 days)
Show older comments
Hakan Caldag
on 1 Jul 2025
Commented: Ludovico
on 26 Nov 2025 at 21:10
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?
4 Comments
Ludovico
on 26 Nov 2025 at 21:10
I have the same issue with 2025b. You have to create a figure with the figure command. ... talk about an upgrade
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Annotations 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!