Can we apply scatter3() on high dimension matrix?

조회 수: 1(최근 30일)
M.S. Khan
M.S. Khan 2021년 3월 2일
댓글: M.S. Khan 2021년 3월 3일
Hi community members,
i have a matrix. i want to apply scatter3 . is it possible because usually we can apply on 3 colums.
is there any other function which we can apply to visulaize a matrix with respect to numbers.
A = [ 1 2 3 5 6 7 23 12 6;
3 4 4 4 23 17 22 45 12;
11 3 1 3 5 55 76 12 45 9;
- - - - - - - - --- --]
Regards,

답변(1개)

Walter Roberson
Walter Roberson 2021년 3월 2일
Yes, but it can become quite difficult to understand.
You can use
scatter3(x, y, z, PointSize, Color)
Here PointSize and Color can each be data the same length as x. This gives you 5 dimensions to work with: x, y, z, size, color.
  댓글 수: 3
M.S. Khan
M.S. Khan 2021년 3월 3일
Thanks for your guidance. i will try to use it.
Warm regards

댓글을 달려면 로그인하십시오.

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by