Effacer les filtres
Effacer les filtres

Determine parameters using MATLAB

1 vue (au cours des 30 derniers jours)
Williams Dias
Williams Dias le 3 Juin 2018
Commenté : Varun Garg le 4 Juin 2018
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 commentaire
Varun Garg
Varun Garg le 4 Juin 2018
I don't have much idea about optimization toolbox but i think this thread might help.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Get Started with Optimization Toolbox dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by