How do I visualize a matrix that has x, y, z and o values?

1 回表示 (過去 30 日間)
David Dijemeni
David Dijemeni 2012 年 2 月 25 日
I am trying to visualize a matrix with 4 dimensions. I have the x, y, z and o values but I dont know how to view them? for example x,y,z,o = 2,1,2,50 x,y,z,o = 3,6,1,4
how do I visualize such a matrix?

回答 (2 件)

Andrei Bobrov
Andrei Bobrov 2012 年 2 月 25 日
yourmatrix = [2,1,2,50;3,6,1,4]
on comment
  2 件のコメント
David Dijemeni
David Dijemeni 2012 年 2 月 25 日
yes.. how can I display it in matlab is my problem?
David Dijemeni
David Dijemeni 2012 年 2 月 25 日
I mean display pictorially..

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


Sergey Alyamkin
Sergey Alyamkin 2012 年 2 月 25 日
You can display your matrix using 2D & 3D projections, or plot surface and 4th dimension of your matrix show with coloring
  1 件のコメント
David Dijemeni
David Dijemeni 2012 年 2 月 25 日
How can I do that for the matrix above pls?

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

カテゴリ

Help Center および File ExchangeImage Segmentation and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by