Risposta accettata

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.

Più risposte (0)

Categorie

Scopri di più su Interpolation in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by