Graph plotting of f(x,y)=e^x+e^y using ezsurf

 Accepted Answer

clear
clc
syms x y
f=(exp(x)+exp(y))
f = 
ezsurf(f)
colormap cool

More Answers (0)

Categories

Asked:

on 17 Apr 2022

Answered:

on 17 Apr 2022

Community Treasure Hunt

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

Start Hunting!