Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %% F1 abc
- % podpunkt a oraz b
- A11 = [-5 0 4 2;...
- 0 2 -2 3];
- b11 = [1;...
- 5];
- % podpunkt c
- Aeq11 = [0 0 1 1];
- beq11 = 3;
- % optymalizacja
- x011 = [1 1 1 1];
- [x11,fval11,flaga11,atput11] = fmincon(@deJ,x011,A11,b11,Aeq11,beq11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement