Changing CData values for a surf plot.
Mostrar comentarios más antiguos
I want to symply change a surface plots Cdata with a callback.
cyl = surf(X_Length,Y_Circle,Z_Circle,'Cdata',map100);
Im trying thia cyl.Cdata = map200; but it wont work.
what can i do?
4 comentarios
Ali Shakeri
el 1 de Nov. de 2020
KSSV
el 1 de Nov. de 2020
The dimensions of map100 and map200 should be same.......are they?
Ali Shakeri
el 1 de Nov. de 2020
Ali Shakeri
el 1 de Nov. de 2020
Respuestas (1)
Divija Aleti
el 5 de Feb. de 2021
0 votos
Hi Ali,
Have a look at the following link:
Regards,
Divija
Categorías
Más información sobre Polygons en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!