Community Profile

photo

Anish Sundar Gowthaman


Last seen: quasi 3 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistiche

All
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Error using mesh z must be a matrix
>> t=linspace(0,2,100); >> x=t; y=t. ^2; z=t.^3; >> plot3 (x,y,z), grid >> t=linspace(–5,5,50); y=x; >> z=–7./(1+x.^2+y.^2);...

circa 3 anni fa | 1 risposta | 0

1

risposta

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

oltre 4 anni fa