using command to operate cftool
6 views (last 30 days)
Show older comments
Hello
I am using large data sets and cftool continually buffers. I have increased my memory to 96gb and the buffering remains i hope this will be remerdied by entering the data through a command line.
will someone please tell me if the commands exsist to change the function, change degree, and save the file all within one command from the matlab home screen?
GS
0 Comments
Accepted Answer
Steven Lord
on 14 Feb 2020
I don't believe there is a programmatic API for cftool. You probably want to use the programmatic workflows described on this documentation page instead.
Alternately if you want to use cftool to set up a smaller problem that is representative of your larger problem you could then generate MATLAB code from that smaller problem and run that code (modifying it as needed or desired) on your larger data set.
0 Comments
More Answers (0)
See Also
Categories
Find more on Curve Fitting Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!