4 variables in 3d plot
Show older comments
I have 4 variables that I want to put od 3d scatter plot. X and Y are namig the concentration of tested substances while Z and C are the measured values of these substances, respectively.
I would like to present this data as in this picture. Refering to the photo blood pressure would be the value in the bracket, while Z and C would be "smoker" and "non-smoker" https://ch.mathworks.com/help/examples/matlab/win64/Visualizing4DExample_01.png
x = [15 25 50 15 15 15 25 25 25 50 50 50 0 0 0];
y = [0 0 0 25 50 75 25 50 75 25 50 75 25 50 75];
z = [53457 75132 111904 31863 86505 56549 75240 116996 99230 180657 171960 140200 188 322 121];
c = [14 12 10 355 1561 1212 473 845 1222 594 619 771 484 1064 1290];
Accepted Answer
More Answers (0)
Categories
Find more on Labels and Styling 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!