jaskier222


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
4 回答

ランク
19,489
of 300,863

評判
2

コントリビューション
3 質問
4 回答

回答採用率
66.67%

獲得投票数
1

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 0

2

回答

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

8年以上 前 | 1

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

8年以上 前 | 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年以上 前 | 3 件の回答 | 0

3

回答