how to assign data to axis vol3d

3 Ansichten (letzte 30 Tage)
Asliddin Komilov
Asliddin Komilov am 13 Sep. 2019
Beantwortet: Asliddin Komilov am 13 Sep. 2019
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

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Produkte


Version

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by