Graph plotting of f(x,y)=e^x+e^y using ezsurf
1 view (last 30 days)
Show older comments
clear
clc
syms x y
f=(e^x+e^y)
ezsurf(f)
colormap cool
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!