Need suggestion for the right plot
1 view (last 30 days)
Show older comments
Hello
I have 2 variables:
DRafdrugdosages of length 9.
DMEKdrugdosages of length 9.
I have another 2 variables
krefsim of size 9X9
lsqlinnonlinsim of size 9X9
So, individual values of the above 2 matrices basically, correspond to each of the combinations of DRafdrugdosages and DMEKdrugdosages.
I want to compare krefsim with '*' Marker and lsqlinnonlinsim with '-' Marker at each combination of DRafdrugdosages and DMEKdrugdosages values.
What plot would you suggest that would make a better visualization.
Thanks a lot
Harish
0 Comments
Answers (1)
Joseph Cheng
on 11 Sep 2014
how does the data of krefsim and lsqlinnonlinsim compare? are they completely meshed together such that a surf of the data would be incomprehensible?
If they are neatly seperated from each other then two surfaces in a single figure may be presentable. if not and they are completely meshed into each other then maybe 4 xy plots of DRafdrugdosages vs krefsim, DRafdrugdosages vs lsqlinnonlinsim and the same for DMEKdrugdosages vs the two 9x9.
See Also
Categories
Find more on Surface and Mesh Plots 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!