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!