Using Data fit app
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have created a createfit.m by having my curve fit using data fitting app in MATLAB. The MATLAB code file is created as a function. Now if I hit run I get the following error: "Not enough input arguments.
Error in createFit (line 18)
[xData, yData] = prepareCurveData( x, y );"
How can I use my curve fit code which I have generated? I have attached a picture of my code.
![Screen Shot 2019-03-07 at 10.12.51 PM.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/207457/Screen%20Shot%202019-03-07%20at%2010.12.51%20PM.png)
2 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!