Scatter3D with gray scale color

9 ビュー (過去 30 日間)
SM
SM 2018 年 7 月 19 日
コメント済み: SM 2018 年 7 月 19 日
Hello I have four matrixes of X, Y, Z and C, that the X, Y, and Z are coordinates and the C is the colour intensity (coordinates achieved through image processing and C is the colour intensity of grey image) I want to know, how can I scatterplot these coordinates with the C range colour in grey-scale? The data attached.

採用された回答

KSSV
KSSV 2018 年 7 月 19 日
scatter3(X,Y,Z,10,C) ;
colormap(gray)
  1 件のコメント
SM
SM 2018 年 7 月 19 日
Thanks a lot

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeModify Image Colors についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by