cannot plot (Warning: The Position specified is invalid)

2 views (last 30 days)
Suddenly, I'm no longer able to plot, or create figures. When I issue one of the following commands
hold on
or
figure
or
plot(1,1) % just to plot a point
I get the following warning:
Warning: The Position specified is invalid
a figure window is then created, as in the figure, but no plots are created in it.
  11 Comments
Alessandro Cuttin
Alessandro Cuttin on 9 Oct 2018
In response to @Jan
>> dbstop if warning
>> hold on
Warning: The Position specified is invalid
> In hold (line 37)
Warning from hold (line 37)
ax = gca;
K>>
Rafaelles
Rafaelles on 4 Jan 2019
Edited: Rafaelles on 4 Jan 2019
I got the exactly same error and displayed messages as Alessandro today after installing Matlab r2018a in Fedora 29 os. Is there any solution or idea of what it might be happening?
EDIT: Actually it is a Virtual Machine, installing Matlab in Fedora has always several surprises, so I test in a VM before any change in my personal OS. I'm actually thinking about upgrading from Fedora 28 to 29, so I carried out this test and got the same issue as Alessadro. In my real machine with Fedora 28, Matlab works just fine.

Sign in to comment.

Answers (2)

Mathieu
Mathieu on 11 Dec 2020
I had the same issue, and rebooting my machine fixed the problem.

Qi Zheng
Qi Zheng on 13 Feb 2021
I got the some problem. Could anyone give me a help please? I have been struggling with it for a week.

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!