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

3 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Surface 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