How to visualize in a plot a Multidimensional array?

1 回表示 (過去 30 日間)
Mariana
Mariana 2020 年 2 月 24 日
コメント済み: Mariana 2020 年 2 月 24 日
Hi!
a = rand(10); % matrix
b = repmat(a, 1, 1, 5); % makes multiple copies of your matrix in 3rd dimension
I used this two lines of code to generate a 3rd dimension of my original matrix. How can I visualize it?
  6 件のコメント
Adam
Adam 2020 年 2 月 24 日
編集済み: Adam 2020 年 2 月 24 日
Some options in there for visualising data above 2 dimensions.
Mariana
Mariana 2020 年 2 月 24 日
But that works when you have all the data as x,y,z. I can do that but per page not for all.
Here, are my data sets they were previously multiplied by mask to reduce the values y certain percentage. I am trying to make split in two parts these data. The values that are higher than 2 and less than 2. I made a concat but I have 6D array and I just want a 3D.
Similar to what repmap does but with different 2d matrix.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by