how to do isolines with 3 data series

1 view (last 30 days)
sensation
sensation on 13 Nov 2015
Commented: sensation on 13 Nov 2015
Hi, i am trying to do a 2-d isoline plot where i have x values, y values and its corresponding performance e.g. RMSE (root mean squared error). I know that using countourf i need to have x,y,z but i am not sure how to create z using my RMSE values.
X Y RMSE
0.29288454 2.33445535 0.11288079
0.06553189 3.19037484 0.14241216
0.22772855 2.67067976 0.1285208
0.16724828 2.75664266 0.13069577
0.01096461 2.86919603 0.12996041
thanks!
  2 Comments
Mohammad Abouali
Mohammad Abouali on 13 Nov 2015
If you want isolines of the same RMSE, then RMSE is your Z
sensation
sensation on 13 Nov 2015
Z must be at least 2x2 matrix but in my case is 1x1...

Sign in to comment.

Answers (0)

Categories

Find more on Contour 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!