Visualization Technique

4 views (last 30 days)
Christopher
Christopher on 25 Oct 2011
Is there an example out there that uses square coordinates to draw a square and color it?
See the following link with a spherical example (the example is near the bottom of the page):
Best,
Christoper

Answers (1)

Sean de Wolski
Sean de Wolski on 25 Oct 2011
fill3([50 50 50 50],[0 100 100 0],[0 0 100 100],'b')
?
  6 Comments
Christopher
Christopher on 25 Oct 2011
Thank you again. Now that I think about it, I will stick with the first option. I think we can better interpret a square versus a cube (the larger the square the better the score). When you use [50,50,50,50] does this represent the 4-scores along the scale?
Walter Roberson
Walter Roberson on 25 Oct 2011
scatter3() with a pointsize vector that is proportional to the score, and with Marker set to 's' to get squares.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!