how to assign data to axis vol3d

조회 수: 4 (최근 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 CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by