How could I plot a 3D surface response for 3 independent variables and one dependent variable

8 visualizaciones (últimos 30 días)
I have 3 independent variables and a dependent variable
x1 = Dataset(:,1); %pH value
x2 = Dataset(:,2); %NaCl level
x3 = Dataset(:,3);%Temperature
y = Dataset(:,4);%Yield
And I was wondering if it was possible for me to plot them all on a 3d response surface plot. I have only seen examples of 3 variables so didnt know if it was possible

Respuestas (1)

Ameer Hamza
Ameer Hamza el 6 de Dic. de 2020
Editada: Ameer Hamza el 6 de Dic. de 2020
First, you need to convert your list of scattered points into a 3D grid using interpolation: https://www.mathworks.com/help/matlab/ref/scatteredinterpolant.html

Categorías

Más información sobre Surface and Mesh Plots 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