Changing CData values for a surf plot.
이전 댓글 표시
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
Ali Shakeri
2020년 11월 1일
KSSV
2020년 11월 1일
The dimensions of map100 and map200 should be same.......are they?
Ali Shakeri
2020년 11월 1일
Ali Shakeri
2020년 11월 1일
답변 (1개)
Divija Aleti
2021년 2월 5일
0 개 추천
Hi Ali,
Have a look at the following link:
Regards,
Divija
카테고리
도움말 센터 및 File Exchange에서 Polygons에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!