How to fit the Neo Hookean model i.e., stress = 2*c1.*((strain)^2 - 1/strain) to a given stress and strain data and to estimate the parameter c1.

7 次查看(过去 30 天)
the fitting needs to be done for all the 9 series of the static dataset in the excel file.

回答(1 个)

sai charan sampara
sai charan sampara 2023-12-1
Hello Shekar,
I understand that you are trying to fit available data into an equation of required form.
You can use the Curve Fitter App in MATLAB. There is an option to change the fit options to “Custom Equation”. In that the required equation can be entered. Here “y” can be stress and “x” can be strain and “c1” is the perimeter and the equation can be 2*c1*((x^2-1/x). The data can be then inputted for stress and strain and "c1" can be estimated to get closest possible fit.
You can refer to the below documentation to learn more about Curve Fitter App:

类别

Help CenterFile Exchange 中查找有关 Stress and Strain 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by