Why does MATLAB crash when plotting?
조회 수: 20 (최근 30일)
이전 댓글 표시
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
Rafael Hernandez-Walls
2021년 3월 21일
The variable X has two columns, which column do you want to plot against Y?
답변 (2개)
Arthi Sathyamurthi
2021년 3월 24일
My initial analysis indicates this crash was the result of a known issue. You can refer to the following question for resolution steps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

