I want to find the value of two constants from an equation with two variables

2 ビュー (過去 30 日間)
Nidhi
Nidhi 2021 年 7 月 29 日
コメント済み: Star Strider 2021 年 8 月 11 日
I am trying to find the values of the constant elastic modulus (E1) and viscosity modulus (eta1) from the Kelvin creep recovery equation. The data points of strain and time needs to be exported from an excel file(given) and the value of constant stress is given as 6 nN.
The equation being used is: here sigma(0) is the constant stress(given) and epsilon is the variable strain(data points given)

採用された回答

Star Strider
Star Strider 2021 年 8 月 3 日
@NDC
To estimate the initial parameters for this, since is known, the asymptote as will be , and that gives a way to estimate E. Here, is essentially a time constant, so if you can calculate the time at 0.6 times the asymptote (use interp1), you can estimate the initial value of η as well, having already calcualted E.
Use those as initial values with the code you already wrote.
.
  8 件のコメント
Nidhi
Nidhi 2021 年 8 月 11 日
@Star Strider Thank you!
Star Strider
Star Strider 2021 年 8 月 11 日
As always, my pleasure!
.

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

その他の回答 (1 件)

darova
darova 2021 年 8 月 3 日
Try fit
  1 件のコメント
Nidhi
Nidhi 2021 年 8 月 3 日
@darova Hi. I have never previously used "fit" and am quite new to MATLAB. Can you kindly, please show me how I can implement "fit" in this case.

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

Community Treasure Hunt

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

Start Hunting!

Translated by