Changing CData values for a surf plot.
Show older comments
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 Comments
Ali Shakeri
on 1 Nov 2020
KSSV
on 1 Nov 2020
The dimensions of map100 and map200 should be same.......are they?
Ali Shakeri
on 1 Nov 2020
Ali Shakeri
on 1 Nov 2020
Answers (1)
Divija Aleti
on 5 Feb 2021
0 votes
Hi Ali,
Have a look at the following link:
Regards,
Divija
Categories
Find more on Polygons in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!