Respuesta aceptada

Walter Roberson
Walter Roberson el 7 de Oct. de 2021

0 votos

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.

Más respuestas (0)

Categorías

Más información sobre Interpolation en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 7 de Oct. de 2021

Respondida:

el 7 de Oct. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by