Changing CData values for a surf plot.
Afficher commentaires plus anciens
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 commentaires
Ali Shakeri
le 1 Nov 2020
KSSV
le 1 Nov 2020
The dimensions of map100 and map200 should be same.......are they?
Ali Shakeri
le 1 Nov 2020
Ali Shakeri
le 1 Nov 2020
Réponses (1)
Divija Aleti
le 5 Fév 2021
0 votes
Hi Ali,
Have a look at the following link:
Regards,
Divija
Catégories
En savoir plus sur Polygons dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!