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!