フィルターのクリア

Determine parameters using MATLAB

1 回表示 (過去 30 日間)
Williams Dias
Williams Dias 2018 年 6 月 3 日
コメント済み: Varun Garg 2018 年 6 月 4 日
I want to determine some parameters that compound my equation. I know a little bit about optimization toolbox.
This my code:
G=26.9;
sigma=25;
u=0.4;
sigmam=9.333;
sigma_star=sigma*((2/3)*(1+u+3*(1-2*u)*((sigmam/sigma)^2)))^0.5;
D=1-(1-(r+1)*((sigma_star/B)^r)*t)^(1/(r+1));
et=(sigma/c1)*(1-exp(-G*t/c2));
es = a1*(sigma^n)*t;
ed = a2*((sigma/B*(1-D))^n)*t;
e=et+es+ed;
I have the values of t (time) and e(total deformation) from an experimental test and need to determine a1,a2,c1,c2, B, n and r parameters.
Can anyone give some help in terms of procedure to be adopted to estimate those parameters using MATLAB ?
Thanks.
  1 件のコメント
Varun Garg
Varun Garg 2018 年 6 月 4 日
I don't have much idea about optimization toolbox but i think this thread might help.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by