repeating plot

I have a large set of 3d data that I want to plot using plot3, but this process is taking ages.
is there anyway I can reduce the time to plot these points?

댓글 수: 1

Jan
Jan 2011년 3월 28일
Please post the exact dimensions and the command you plot with. "large" can mean 1.000 or 1.000.000 elements and the answer depends on such details.

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

답변 (1개)

Walter Roberson
Walter Roberson 2011년 3월 27일

1 개 추천

Changing the figure 'renderer' property might speed up the plotting.
Generally speaking, the way to speed up large plots is to reduce the amount of data to be plotted. That might involve sub-sampling the data or gridding it.

카테고리

도움말 센터File Exchange에서 Line Plots에 대해 자세히 알아보기

태그

질문:

Hoa
2011년 3월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by