Why does MATLAB crash when plotting?

50 visualizaciones (últimos 30 días)
Michele Mingione
Michele Mingione el 21 de Mzo. de 2021
Respondida: Michele Mingione el 3 de Abr. de 2021
Hi, I am learning Matlab and am running a simple script. In particular, I don't why but for a few days when plotting, Matlab 2021a is unreasonably slow and crash on my PC (Itel core i7 CPU 2.50 Ghz RAM 8 GB).
I am trying a simple plot:
plotData(X, y);
>> sz = size(X)
sz =
118 2
>> sz = size (y)
sz =
118 1
Any ideas?
Thanks
  7 comentarios
Rafael Hernandez-Walls
Rafael Hernandez-Walls el 21 de Mzo. de 2021
The variable X has two columns, which column do you want to plot against Y?
Rafael Hernandez-Walls
Rafael Hernandez-Walls el 21 de Mzo. de 2021
vs Y?

Iniciar sesión para comentar.

Respuestas (2)

Arthi Sathyamurthi
Arthi Sathyamurthi el 24 de Mzo. de 2021
My initial analysis indicates this crash was the result of a known issue. You can refer to the following question for resolution steps.

Michele Mingione
Michele Mingione el 3 de Abr. de 2021
It seems to work, now.
There was a mistake with my code plotData(X, y) when saving it. Matlab tried to draw many, many graphs and after a period of time it runs out of RAM and crashes the PC. I fixed it. My fault, sorry

Categorías

Más información sobre Graphics Performance en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by