photo

Thalassia Nouni


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
139,109
of 301,298

評判
0

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

回答採用率
80.0%

獲得投票数
0

ランク
 of 21,225

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,851

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Numerical Optimization: Write a numerical objective function
I have to minimize a numerical objective function of the form: min Σ(x(i+1)-x(i))^2, i=1..10 and x(i) are the variables to b...

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

1

回答

質問


fmincon: how should x0 be specified
I want to minimize a multivariable uncontstrained function with lower and upper bounds. I don't have any information or idea how...

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

1

回答

質問


fmincon requires only double
I want to use fmincon to minimize a function. Then Matlab returns that fmincon requires only double inputs. Even thought I trans...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


How to use numerical fmincon
I have the following objective function t = 0:0.01:1; v = 3.*t; objective =@(t) (1 - b).*( a1.*v + a2.*v.^2); %where a1,a2 gi...

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

1

回答

質問


Print the power of a vehicle with time array entries
tThe time interval I am using is set as t = 0:0.01:3 And I want to calculate the Power of vehicle, which is a time function: ...

7年以上 前 | 2 件の回答 | 0

2

回答