getAllFitData#
- getAllFitData()#
Get all FitData class names in the current path.
Searches for all MATLAB class files that inherit from
FitDataand returns their names as a string array. This includes direct subclasses and deeper inheritance levels.- Returns:
Array of FitData class names
- Return type:
string array
Example:
fitClasses = getAllFitData(); disp(fitClasses);