photo

kazuma hamano


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
200,237
of 300,392

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


simplex法に範囲制約を加えて多変数関数の最小値を求める方法
fminsearchに適用されているシンプレックス探索法に範囲制約を加えて、多変数関数の最小値を求めることはできますか? fminconに適用されているいるような、数値勾配や解析勾配による最小化ではなく、直接探索法によって多変数関数の最小値を求めたいです...

8 years ago | 1 answer | 0

1

answer

Question


how to use fminsearh on Simulink
Please tell me, how to make this code by using Simulink . fun=@(x)100*2(x(2)-x(1)^2)^2+(1-x(1))^2;%equation x0 = [-1.2...

8 years ago | 1 answer | 0

1

answer

Question


Simulinkにおける最適化関数FMINSEARCHの利用方法について
S-functionブロックに記載したコードから算出されたデータを、fminsearch関数によってパラメータ推定するSimulinkモデルの作成方法を教えて頂きたいです。 例えば、MathWorksのfminsearchドキュメンテーションに記載さ...

8 years ago | 1 answer | 0

1

answer

Question


Simulinkモデル内に含まれるS-functionブロックの名前を、matlabで取得することはできますか?
Simulinkモデル内に含まれるS-functionブロックの名前を、matlabで取得することはできますか?

8 years ago | 1 answer | 0

1

answer