Akzeptierte Antwort

Walter Roberson
Walter Roberson am 7 Okt. 2021

0 Stimmen

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.

Weitere Antworten (0)

Kategorien

Mehr zu Interpolation finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by