Can anyone help us draw surface using the following data?

1 回表示 (過去 30 日間)
IEEE IE
IEEE IE 2011 年 6 月 9 日
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.

採用された回答

Andreas Goser
Andreas Goser 2011 年 6 月 9 日
This Technical Note will help you.
  1 件のコメント
IEEE IE
IEEE IE 2011 年 6 月 10 日
Thanks@Andreas...it is definitely an useful note to understand the facts.

サインインしてコメントする。

その他の回答 (1 件)

John D'Errico
John D'Errico 2011 年 6 月 9 日
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.

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by