getAllFitData1D#
- getAllFitData1D()#
Get all 1D FitData class names in the current path.
Searches for all MATLAB class files that inherit from
FitDataand 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);