Borrar filtros
Borrar filtros

How do I plot MSE of 3D-values?

1 visualización (últimos 30 días)
kishintai
kishintai el 23 de Mzo. de 2016
Comentada: Mike Garrity el 25 de Mzo. de 2016
Hello all,
I've made a Monte Carlo Analysis and with the result of this data I'd like to plot the MSE in a XYZ-mode. The data is a matrix(n by 3) of respective XYZ values.
An example of what I'm trying to achieve is: https://static-content.springer.com/image/art%3A10.1186%2Fs40064-015-1173-6/MediaObjects/40064_2015_1173_Fig13_HTML.gif
Thanks in advance

Respuestas (1)

Mike Garrity
Mike Garrity el 23 de Mzo. de 2016
Those plots would be created by the surfc function, but it wants gridded data and it sounds like you have scatter data.
I wrote a post on the MATLAB Graphics blog recently about how to get from scatter data to gridded data. It should be enough to get you started.
  5 comentarios
kishintai
kishintai el 24 de Mzo. de 2016
So, I tried to follow the link on your blog post but I'm still in trouble. If I have an XYZ n by 1 matrix and a n by 1 matrix containing the respective MSE's.
How should I proceed?
Mike Garrity
Mike Garrity el 25 de Mzo. de 2016
You basically just need to grid all of your variables using one of the techniques I described there.

Iniciar sesión para comentar.

Categorías

Más información sobre Graphics Objects en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by