photo

Jennifer Wail


California State Polytechnic University, Pomona

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
0 답변

순위
107,463
of 301,296

평판
0

참여
4 질문
0 답변

답변 채택
75.0%

획득한 표
0

순위
 of 21,225

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,832

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Find minimizer and the corresponding minima,
I want to find the minimizer and corresponding minima for the function f(x,y) = 3cos(x)sin((1/2)+((xy)/4)) subject to 0<=x<=5, 0...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


How to parameterise a function?
I was trying to use a multi-variable function in commands that take functions as inputs but kept getting errors and was told to ...

거의 11년 전 | 답변 수: 2 | 0

2

답변

질문


How to use multi-variable functions as inputs.
This is what I am trying to do f = @(x1,x2,x3)x.^2+3.*x2.^2+4.*x3.^2-2.*x1.*x2+5.*x1+3.*x2+2.*x3; ezplot(f) fminsearch(f...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


How can I make a multi-variable function?
I want to turn f(x,y,z) = x^2 + 3y ^2 + 4z^2 – 2xy + 5x – 3y + 2z into an anonymous function

거의 11년 전 | 답변 수: 1 | 0

1

답변