필터 지우기
필터 지우기

Matlab and Windows Crash after plotting data, how to avoid this?

조회 수: 1 (최근 30일)
E. Groh
E. Groh 2012년 10월 26일
I've got troubles plotting large amount of data in Matlab. Approx 5-6 matrices with 10e6 rows each. Ram and CPU doesn't seem to be a problem: Ram:16 Gb, CPU: i7-3930K; because maximal Ram-usage was up to 5-6 Gb. Maybe there is a problem with video card (NVIDIA Quadro 4000)? Matlab crash and immidiate Windows shut down happens directly after attempt to plot the data.
Thanks for every responds

답변 (1개)

Sachin Ganjare
Sachin Ganjare 2012년 10월 26일
Probably you are trying to plot data points individually rather than as a matrix.
Refer below link for details:
  댓글 수: 2
E. Groh
E. Groh 2012년 10월 26일
thanks for response, actually I use a simply plot command like this: subplot(411);plot(comb.data_fsi.time/60,comb.data_fsi.sig(:,1)); subplot(412);plot(comb.data_fsi.time/60,comb.data_fsi.sig(:,2)); subplot(413);plot(comb.data_fsi.time/60,comb.data_fsi.sig(:,3)); subplot(414);plot(comb.data_fsi.time/60,comb.data_fsi.sig(:,4)); I also don't use CUDA command or any loops for plotting the data
Arthur
Arthur 2012년 10월 26일
Do you really need to plot all 10e6 datapoints? Plotting so much data will give you problems... And you probably won't see all the details of such dataset if plotted at once.
Could you downsample the data before plotting?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by