Need suggestion for the right plot

3 views (last 30 days)
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

Answers (1)

Joseph Cheng
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.
  1 Comment
SreeHarish Muppirisetty
SreeHarish Muppirisetty on 11 Sep 2014
There is a slight deviation between krefsim and lsqlinnonlinsim at some combinations of DRafdrugdosages and DMEKdrugdosages.
Can't go for 4xy plots option as the 81 values in both krefsim and lsqlinnonlinsim pertain to combinations of DRafdrugdosags and DMEKdrugdosages.
Please excuse my marker idea. Even surfaces with two different colours for lsqlinnonlinsim and krefsim would do. I will give 'surf' a try and see theplots.
Any other suggestions for visualizations appreciated.

Sign in to comment.

Categories

Find more on 2-D and 3-D 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!