Changing CData values for a surf plot.
Mostra commenti meno recenti
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 Commenti
Ali Shakeri
il 1 Nov 2020
KSSV
il 1 Nov 2020
The dimensions of map100 and map200 should be same.......are they?
Ali Shakeri
il 1 Nov 2020
Ali Shakeri
il 1 Nov 2020
Risposte (1)
Divija Aleti
il 5 Feb 2021
0 voti
Hi Ali,
Have a look at the following link:
Regards,
Divija
Categorie
Scopri di più su Polygons in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!