3D graphs with 3 variables function as Z

Hello to all could someone please tell me how to plot a 3d graph with x and y as distances and z as function that depends on 3 variabls ?! example: ???(x2,y2,q(n,ja,ka)) = (x,y,z) Regards

回答 (1 件)

Naz
Naz 2011 年 12 月 3 日

0 投票

x=[1:10];
y=[1:10];
z=rand(1,10);
plot3(x,y,z)

2 件のコメント

Mustafa
Mustafa 2011 年 12 月 3 日
it still doesn't accept z with more than 2 dimensions
Naz
Naz 2011 年 12 月 4 日
I see. If your matrix z has size of XbyY, you can plot it as surf(x,y,z)

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

カテゴリ

ヘルプ センター および File ExchangeDiscrete Data Plots についてさらに検索

質問済み:

2011 年 12 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by