getAllFitData1D

getAllFitData1D#

getAllFitData1D()#

Get all 1D FitData class names in the current path.

Searches for all MATLAB class files that inherit from FitData and have “1D” in their name. Returns their names as a string array. This includes direct subclasses and deeper inheritance levels.

Returns:

Array of 1D FitData class names

Return type:

string array

Example:

fit1DClasses = getAllFitData1D();
disp(fit1DClasses);