Can anyone help us draw surface using the following data?
Ältere Kommentare anzeigen
Dear all,
If Z is a function of X and Y , Is it possible to plot surface using the following data. I can do this by Microcol Origin software. bt cant do by MATLAB without the equation of Z.
x= [66 66 66 66 66 66 258 258 258 258], y=[0.1 0.1 0.1 0.1 0.1 0.1 0.2 0.2 0.2 0.2], and z=[40 85 130 20 70 155 70 190 75 250],
These data have been collected experimentally. here z=40 for (66,0.1) and so on.
Akzeptierte Antwort
Weitere Antworten (1)
John D'Errico
am 9 Jun. 2011
0 Stimmen
You have only FOUR (4) data points, replicated many times. This is not data. It is a rectangle, no more.
Average the z values at each combination,and use patch.
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!