is matlab 'fit' function changing behavior ?
Mostrar comentarios más antiguos
I was working with curve fitting problem and use fit function as follows :
Now when I am running the code after 2 days, an error pops us saying there are more inputs than expected and correct syntax should be
fit(mdl,data)
I see that the second fit function was introduced in r2022b. does that mean the first fit function from curve fitting toolbox is getting replaced with something else ? If yes, what alternatives can I use in r2022b ?
Respuesta aceptada
Más respuestas (1)
Xingzheng Pan
el 7 de Dic. de 2022
0 votos
Hey all. I still get trouble even use the demo case above. The Matlab still call the fit function in ML toolbox, any ideas to deactivate? I really need the fit function in curve fitting toolbox.
2 comentarios
Hiro Yoshino
el 8 de Dic. de 2022
I bet you do not own the toolbox(es) required to run the code above.
You do not need deactivate toolboxes you have; MATLAB automatically selects the best one by checking the types and order of the arguments you give to the function.
Xingzheng Pan
el 8 de Dic. de 2022
Yeh mate. All fixed now. I realised I don't have curve fitting toolbox installed before.
Have a good day.
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
