Tianshu Gao
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
fmincon constraint function not continous
Firstly, based on the Matlab document, 'the constraint functions should be continous and have continuous first deviatives'. My u...
約1年 前 | 1 件の回答 | 0
1
回答質問
When I use fmincon, the optimised result does not satisfy my non liner constraints
clear variables close all clc fun = @(x)4*x(1)+x(2); x0=[0.4,0.28] lb = [0.01,0.01]; ub = [5,0.8]; A = []; b = []; Aeq ...
約1年 前 | 2 件の回答 | 0
2
回答質問
How to form a matrix with the existing 7 matrices with following rules
Now, I have 7 matrices (with specific values) in total, W(6x6), C1(3x3), C2(3x3), C3(3x3),C4(3x3),C5(3x3),C6(3x3). I want to fo...
4年以上 前 | 2 件の回答 | 0