How to plot the 4th dimension of an array?
이전 댓글 표시
Hi All,
I retrieved a matrix that stores a variable called temp. The matrix is 4D. If I want to retrieve only the 4th column and plot it how can i do that?
채택된 답변
추가 답변 (1개)
Sabarinathan Vadivelu
2013년 12월 4일
편집: Sabarinathan Vadivelu
2013년 12월 4일
Extract the 4th dimension first.
fourthDimMatrix = allMatrix(:,:,4)
Then try plot function
댓글 수: 3
Walter Roberson
2013년 12월 4일
That is not the 4th dimension, that is the 4th page of the third dimension.
Sabarinathan Vadivelu
2013년 12월 4일
@Walter: Thanks.
srinivasarao tanniru
2013년 12월 4일
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!