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

3 Ansichten (letzte 30 Tage)
lot the surface using ezsurf for the surfaces 𝑧1 = 𝑥cos (𝑦), 𝑧2 = 𝑦𝑒 ^(𝑥 2−5) and label the axes.

Akzeptierte Antwort

Chunru
Chunru am 12 Nov. 2021
ezsurf(@(x, y) x .* cos(y))
% Leave the next one for you to try

Weitere Antworten (0)

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by