フィルターのクリア

Question : matlab 3D imagesc

1 回表示 (過去 30 日間)
jinwoo lee
jinwoo lee 2020 年 11 月 20 日
回答済み: KSSV 2020 年 11 月 20 日
I want to apply the same effect as imagesc to 3D matrix.
Here's my code
% some 3d matrix : temp = [100, 20, 15]
figure(1)
[x y z] = ind2sub(size(temp), find(temp));
plot3(z,y,x, 'r.')
The code result is as above.
However, I want to show the relative difference according to the value of the red dots above. What should I do?

採用された回答

KSSV
KSSV 2020 年 11 月 20 日
Read about scatter, scatter3.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by