how to assign data to axis vol3d

3 ビュー (過去 30 日間)
Asliddin Komilov
Asliddin Komilov 2019 年 9 月 13 日
回答済み: Asliddin Komilov 2019 年 9 月 13 日
I am plotting year(per,day,hour) using this line:
vol3d('cdata',interp3(year,3),'texture','3d');
can you show me how to assign values of my variables(per,day,hour) to the axis x,y,z?
thanks

採用された回答

Asliddin Komilov
Asliddin Komilov 2019 年 9 月 13 日
I have figured out myself, yeahh :)
vol3d('cdata',interp3(year,3),'xdata',per,'ydata',day,'zdata',hour,'texture','3d');

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

製品


リリース

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by