I have three data matrices, X, Y, and Z, where X is a 8x1 matrix, Y is a 8x1 matrix, and Z is 8x8 matrix. Z(1,1) is the data that is propagated by X(1), Y(1) (e.g., X(1) is 5% Cold Work, Y(1) is 220 degree annealing temperature, and Z(1,1) is the hardness that results). How do I make a 3D plot of this? Should look like this:3DPlot.PNG

 採用された回答

KSSV
KSSV 2019 年 2 月 1 日

0 投票

surf(X,Y,Z) ;
Read about surf

1 件のコメント

KSSV
KSSV 2019 年 2 月 1 日
That is how the plots as shown are done. YOu have X 8*1, Y 8*1 and Z 8*8.....surf works.

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeTime Series についてさらに検索

質問済み:

2019 年 2 月 1 日

コメント済み:

2019 年 2 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by