Community Profile

photo

Anish Sundar Gowthaman


Last seen: 3年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Solver

バッジを表示

Feeds

表示方法

質問


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);...

約3年 前 | 1 件の回答 | 0

1

回答

解決済み


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

4年以上 前