MATLAB: Using command to operate cftool

cftoolcommand linelarge data setsaving

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

Best Answer

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.
Related Question