Graph plotting of f(x,y)=e^x+e^y using ezsurf
Show older comments
clear
clc
syms x y
f=(e^x+e^y)
ezsurf(f)
colormap cool
Accepted Answer
More Answers (0)
Categories
Find more on Color and Styling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!