Multiple datasets, lsqcurvefit function?
Afficher commentaires plus anciens
Hi, I have the following problem ydata=[1:1:10]; xdata=[0.1:0.1:1]; zdata=[10:10:100];
ydata=1+(A+B*xdata*(1-xdata)^C*exp(-D*zdata))
Could lsqcurvefit method be used for this type of correlation to determine A;B;C;D coefficients? If not, there is other algorithm? Thank you
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrix Computations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!