Community Profile

photo

In Yeob Kim


2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


find a max value in function
[x,y] = meshgrid(-2 : 0.5 : 2 , -5 : 0.5 : 5); z = ( 5*x.^2 )+( y.^3 )+10*x; mesh(x,y,z); xlabel('x-axis'); ylabel('y-axis')...

5年弱 前 | 1 件の回答 | 0

1

回答