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

답변