Matlab 3D graphing (graph slicing)?

How can I "plot the function d=x*y*e^(-sqrt(x^2+y^2+x^2)) along the x=y diagonal"? Do I use the "contourslice" command? How? Thanks.

1 件のコメント

Patrick Kalita
Patrick Kalita 2013 年 1 月 29 日
Did you mean d=x*y*e^(-sqrt(x^2+y^2+z^2))? Your original question has two x^2 terms in the sqrt.

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

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 1 月 27 日

0 投票

X=1:10
y=x
z=cos(x+y) % use your function
Plot3(x,y,z)

カテゴリ

質問済み:

M
M
2013 年 1 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by