Discrete Data 3d
7 views (last 30 days)
Show older comments
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 ?
0 Comments
Answers (1)
Walter Roberson
on 10 Dec 2016
scatter() and provide the third coordinate as the color information.
Remember to convert the coordinates to column vectors.
See Also
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!