Problem on three dimensional diagram of function

Create a three dimensional diagram of function z = (x-2)2 + (y-3)3.

E

Expert

Verified

Calculation:

x=0:100;

y=0:100;

z = (x-2).^2 + (y-3).^3;

plot3(z,x,y)

2435_3dimensional.jpg

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.