jaskier222


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
4 个回答

排名
19,491
of 300,857

声誉
2

贡献数
3 个提问
4 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
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 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答

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

8 years 前 | 1

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

8 years 前 | 0

提问


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 前 | 3 个回答 | 0

3

个回答