4-D plot in Matlab

3 ビュー (過去 30 日間)
Adam Silva
Adam Silva 2015 年 3 月 12 日
コメント済み: Adam Silva 2015 年 3 月 13 日
I have 4 vectors of size 50. How can I plot them in 4-D in Matlab. I tried "surf". But Matlab gives me an error "Z must be a matrix, not a scalar or vector."

採用された回答

Chad Greene
Chad Greene 2015 年 3 月 13 日
For vectors v1, v2, v3, and v4, you can plot the first three vectors as x,y,z locations and v4 as color with
scatter3(v1,v2,v3,30,v4,'filled')
The 30 scales the marker size.
  1 件のコメント
Adam Silva
Adam Silva 2015 年 3 月 13 日
Thank you. It works.

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

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by