Using Data fit app

3 views (last 30 days)
Darpan Verma
Darpan Verma on 8 Mar 2019
Commented: Darpan Verma on 12 Mar 2019
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
  2 Comments
Patel Mounika
Patel Mounika on 12 Mar 2019
Can I know whether x and y is loaded in workspace?
Darpan Verma
Darpan Verma on 12 Mar 2019
Hi Mounika, Thanks I think thats where error came from. it got resolved. Thank you :)

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!