Changing CData values for a surf plot.
Ältere Kommentare anzeigen
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 Kommentare
Ali Shakeri
am 1 Nov. 2020
KSSV
am 1 Nov. 2020
The dimensions of map100 and map200 should be same.......are they?
Ali Shakeri
am 1 Nov. 2020
Ali Shakeri
am 1 Nov. 2020
Antworten (1)
Divija Aleti
am 5 Feb. 2021
0 Stimmen
Hi Ali,
Have a look at the following link:
Regards,
Divija
Kategorien
Mehr zu Polygons finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!