cftool "Not enough input arguments"
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
dariush ab
el 22 de Sept. de 2019
Comentada: Walter Roberson
el 23 de Sept. de 2019
Hi,
I've been using MATLAB for quite a long time. However, in the new version (2019b) on Mac OSX, I'm facing an odd problem. I'm trying to use the cftool simply for fitting a gaussian function on a bell-shaped data (say x is my 1D array of independent variable, and y is another 1D array of the same size for the data). The fitting fails and an error message is displayed saying "Not enough input arguments". I also tried fitting other functions on the data and it seems that the problem is not limited to the gaussian fit and it similarly occurs for custom equation, exponential, Fourier, rational, power and sum of sines.
Nevertheless, the fitting on the same data is easily done by an old version on the same system (2016b). To resolve the issue I tried various things, but none worked.
I really appreciate any ideas on how to resolve this issue.
Best,
1 comentario
Walter Roberson
el 22 de Sept. de 2019
I am not seeing that problem.
Experiment with
restoredefaultpath;
rehashtoolboxcache
and then see if it works. If it does work, then you have accidentally introduced something on your MATLAB path that is interfering with the fitting.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
