photo

Tao


Delft University of Technology

2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

18 質問
0 回答

ランク
140,529
of 300,840

評判
0

コントリビューション
18 質問
0 回答

回答採用率
11.11%

獲得投票数
0

ランク
 of 21,092

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,238

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to write Fmincon when I have two "to be optimized variables"?
I have two variables which I'm going to use Fmincon to optimize. Both of the variables are changing with time. I write Fmincon a...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Is the constraints in fmincon always held during the optimization?
I used fmincon to solve a nonlinear constraint optimization problem. In the constraint, I have both linear and nonlinear equalit...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


When using Fmincon, how to avoid using "max", "if-else-end" in the constraints?
I have some functions which will be called by the constraints, for example: mx = 1.4 - 1.1*10^(-4)*Jz - 0.2*10^(-8)*Jz^2; ...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


How to derive the state-space model in which the second derivative of the output of the system is needed?
Dear all: My transfer function is: Y/U = (a1s+a0)/(b4s^4+b3s^3+b2s^2+b1s); s is the laplace symbol, U is the single input,...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Symbolic toolbox doesn't work with abs() and max()?
I am using fmincon dealing with a nonlinear constraint optimization problem, one function contain abs(a) and another function co...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Which curve fitting is suitable for "two boundary" question?
<</matlabcentral/answers/uploaded_files/31877/Untitled.jpg>> I want to fit a curve according to the above image. First, I wan...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


fmincon violates my constraints?
To be simple, my constraint function is like below: function [ c, ceq ] = ctr( x, a, b) [F] = f(x, a, b); c(1) = -F; ...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


Can MAD of TOMLAB work alone to provide automatic differentiation to Fmincon of MATLAB?
I am using fmincon of MATLAB with sqp algorithm to deal with a constraint nonlinear optimization problem. Since in my constraint...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


SQP algorithm crashes showing "The number of output should match the number of inputs"
I used fmincon with symbolic toolbox providing gradient and Jacobian of my objective and constraint functions respectively, when...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


Can symbolic tool box transfer max(f(x), y) into symbolic variable?
I was using fmincon for nonlinear optimization, but When I tried to use MATLAB symbolic toolbox to provide joccobian of my const...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


How to pass parameter to symbolic objective and constraint functions?
I'm using fmincon to do nonlinear optimization. In order to make program more robust and faster, I used symbolic toolbox to gene...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


How to pass extra parameter as a symbolic variable to objective and constraint functions?
I have an objective function like this: syms State1 State2 State3 State4 State5 State6 State7 State8 State9 State10 State11...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


How to use gradient and Hessian in optimization problem when objective and constraint functions contain variables without analytic expression with respect to states?
I've write a code using Fmincon to minimize my objective function. But I found my results highly depend on my initial guess for ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


How to write ode45 to solve differential equations with changing parameters
I am going to solve the differential equations: dX = f(X, U, P), X is system states, U is control inputs which is known, and ...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


How to use fmincon effctively to calculate time-changing control inputs?
I have a dynamic system which is described by differential equations: dot_X = f(X, U, P) % dot_ means dx/dt X is state vec...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


How to constrain a vector when using fmincon?
I wrote a fmincon to calculate the optimal inputs: [ In_opt ] = fmincon( @( Inputs_vector )obj( other parameters_1, Inputs_...

11年弱 前 | 3 件の回答 | 0

3

回答

質問


How to use matlab to solve ordinary differential equations with coupled intermediate variables inside?
Dear all: I have a problem which can be simplified to the statement below (the real equations and functions are much more com...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


How to generate a total random 6 by 6 Latin Square?
I have a question about 6 by 6 Latin Square, right now I have a Latin Square like this: 6 1 4 2 3 5 3 ...

11年以上 前 | 1 件の回答 | 0

1

回答