採用された回答

Walter Roberson
Walter Roberson 2021 年 10 月 7 日

0 投票

data = rand(30,50);
mesh(data)
title('mesh -- edges only')
surf(data)
title('surf -- faces too')
comet(data(1,:))
title('comet')
comet is only a line, but it is an animated line.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeInterpolation についてさらに検索

タグ

質問済み:

2021 年 10 月 7 日

回答済み:

2021 年 10 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by