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!