3-D surface plot problem if Z is not a equation
Ältere Kommentare anzeigen
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],
2 Kommentare
David Young
am 8 Jun. 2011
What do you want to do about the repeated coordinates? You have several z values for (x, y) = (66, 0.1) for example.
IEEE IE
am 8 Jun. 2011
Antworten (2)
David Young
am 8 Jun. 2011
Have a look at the example in
doc TriScatteredInterp
Patrick Kalita
am 8 Jun. 2011
0 Stimmen
2 Kommentare
IEEE IE
am 9 Jun. 2011
Patrick Kalita
am 13 Jun. 2011
Would you like to clarify what you mean by "does not work"? Did you get an error? Did you get a plot, but it was not what you expected?
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!