Trying to do a curve fitting but having trouble getting it to work.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

3 Commenti
Matt J
il 18 Feb 2021
If it were an error, lsqcurvefit would tell you so, for example:
>> lsqcurvefit(1)
Error using lsqcurvefit (line 171)
The input to LSQCURVEFIT should be either a structure with valid fields or consist of at least four arguments.
Vedere anche
Categorie
Scopri di più su Get Started with Curve Fitting Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!