Hello there , i have 3-d data so i want to project the third coordinate as a color over the 2-d plane. There is no continuous data to project , instead i have specific points . Sο if i do use the image function i see nothing , and this is reasonable because i project points which is dimensionless , is there any idea how to "extend" these points to make them visible ?

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 12 月 10 日

0 投票

scatter() and provide the third coordinate as the color information.
Remember to convert the coordinates to column vectors.

3 件のコメント

Michalis Chaviaras
Michalis Chaviaras 2016 年 12 月 10 日
I want the third coordinate represented by a color-density ... like the pictures from image function , no just points with color ..
Michalis Chaviaras
Michalis Chaviaras 2016 年 12 月 11 日
Sorry for misunderstanding , i have already 3-d data calculated , i don't want to calculate the 3rd coordinate based on the (x,y) data . If i do plot data with image i see only blue color at the figure. I think this is because specific points have plotted.

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

カテゴリ

ヘルプ センター および File ExchangeGeometric Transformation and Image Registration についてさらに検索

質問済み:

2016 年 12 月 10 日

コメント済み:

2016 年 12 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by