jaskier222


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
4 Answers

RANK
19,752
of 300,765

REPUTATION
2

CONTRIBUTIONS
3 Questions
4 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 21,084

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,941

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Answered
Constrained Optimization, a function that returns a vector?
Hmm, I used: x0=[0,0,0] A=[] b=[] [x,fval] = fmincon(fun,x0,A,b) fun = @(x)((y_zad_k-y_k)'*(y_zad_k-y...

8 years ago | 0

Question


Constrained Optimization, a function that returns a vector?
Hello! I looking for some matlab function (Constrained Optimization) which one returns a vector. The function what I try minima...

8 years ago | 2 answers | 0

2

answers

Answered
fmincon in MATLAB Function block (SIMULINK)
Hello Sebastian, thanks 4 your answer. I did my own linear MPC with state space model without Toolbox. There I used another fu...

8 years ago | 0

Question


fmincon in MATLAB Function block (SIMULINK)
Hello! I'd like to do MPC controller by using MATLAB. Could u help me with my problem? I try to use 'fmincon' in MATLAB Functi...

8 years ago | 2 answers | 0

2

answers

Answered
Embedded matlab function error
Oh, i used this: N = 10000; assert(a< N); I = eye(a); It is working!

8 years ago | 1

Answered
Embedded matlab function error
Still the same.. Can I control size of matrix from external sourse?

8 years ago | 0

Question


Embedded matlab function error
Hello! How can I resolve this error: "Computed maximum size of the output of function 'eye' is not bounded. Static me...

8 years ago | 3 answers | 0

3

answers