using slice command on a cube matrix

I have a 29x21x44 double matrix (it's a cube) that I need to make into a 3D plot by using 'slice'. I am unsure how to do this since I don't have any x,y or z coordinates.

답변 (1개)

Adam
Adam 2017년 1월 17일

0 개 추천

Just use x = 1:29, y = 1:21, z = 1:44 if you don't care what the x, y and z values are - these will give you the indices into the cube as axes.

댓글 수: 1

Yes, that would be your 'V' value.
I have only used slice occasionally and I usually base it on the example in
doc slice
for how best to plot it and then work from there, depending on which slices and how many I actually want.
Generally I will want to hook up sliders to the different dimensions rather than have a static view of slices.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Animation에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

질문:

B
B
2017년 1월 17일

댓글:

2017년 1월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by