plot the surface using ezsurf for the surfaces 𝑧1 = 𝑥cos (𝑦), 𝑧2 = 𝑦𝑒^( 𝑥 2−5) and label the axes.

3 ビュー (過去 30 日間)
vidya g
vidya g 2021 年 11 月 12 日
回答済み: Chunru 2021 年 11 月 12 日
lot the surface using ezsurf for the surfaces 𝑧1 = 𝑥cos (𝑦), 𝑧2 = 𝑦𝑒 ^(𝑥 2−5) and label the axes.

採用された回答

Chunru
Chunru 2021 年 11 月 12 日
ezsurf(@(x, y) x .* cos(y))
% Leave the next one for you to try

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by