photo

Jami Turnquist


Last seen: 대략 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Why is this not working
Trying to solve 9 equtions 9 unknowns. function [F] = MyFunc(x); F = zeros(9,1); x0 = [200, 150, 100, 0.5, 0.5, 0.5, 0.5...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Utilizing fmincon or fminsearch
I'm given these objective functions: Objective function Minf = 55x1 + 90x2 + 105x3 + 55x4 + 85x5 + 120x6 X1,x2,x3</ 0.5 Min...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Max number iterations for tolerance
x0 = [3,4]; function [F,gradient] = MyFunc(x) F = 10*x(1).^2 + x(2)^2; gradient = [20*x(1), 2*x(2)]; options = optimset('T...

4년 초과 전 | 답변 수: 2 | 0

2

답변