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 ExchangeLine 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