Is fit giving you fits?
First, check that MATLAB thinks the curvefitting toolbox is installed, and that you have a license for it. Do that by use of the ver command, in the command window. While you might THINK you have it installed, maybe you did not install it properly. So is it there?
ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.13.0.2182233 (R2022b) Update 4
MATLAB License Number: 0
Operating System: Linux 5.4.224-0504224-generic #202211101403 SMP Thu Nov 10 21:10:29 UTC 2022 x86_64
Java Version: Java 1.8.0_292-b10 with AdoptOpenJDK OpenJDK 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.13 (R2022b)
Simulink Version 10.6 (R2022b)
5G Toolbox Version 2.5 (R2022b)
Aerospace Blockset Version 5.3 (R2022b)
Aerospace Toolbox Version 4.3 (R2022b)
Antenna Toolbox Version 5.3 (R2022b)
Audio Toolbox Version 3.3 (R2022b)
Automated Driving Toolbox Version 3.6 (R2022b)
Bioinformatics Toolbox Version 4.16.1 (R2022b)
Bluetooth Toolbox Version 1.1 (R2022b)
Communications Toolbox Version 7.8 (R2022b)
Computer Vision Toolbox Version 10.3 (R2022b)
Control System Toolbox Version 10.12 (R2022b)
Curve Fitting Toolbox Version 3.8 (R2022b)
DO Qualification Kit Version 3.14 (R2022b)
DSP System Toolbox Version 9.15 (R2022b)
Database Toolbox Version 10.4 (R2022b)
Datafeed Toolbox Version 6.3 (R2022b)
Deep Learning Toolbox Version 14.5 (R2022b)
Econometrics Toolbox Version 6.1 (R2022b)
Embedded Coder Version 7.9 (R2022b)
Filter Design HDL Coder Version 3.1.12 (R2022b)
Financial Instruments Toolbox Version 3.5 (R2022b)
Financial Toolbox Version 6.4 (R2022b)
Fixed-Point Designer Version 7.5 (R2022b)
Fuzzy Logic Toolbox Version 3.0 (R2022b)
Global Optimization Toolbox Version 4.8 (R2022b)
HDL Coder Version 4.0 (R2022b)
HDL Verifier Version 7.0 (R2022b)
IEC Certification Kit Version 3.20 (R2022b)
Image Acquisition Toolbox Version 6.7 (R2022b)
Image Processing Toolbox Version 11.6 (R2022b)
Industrial Communication Toolbox Version 6.1 (R2022b)
Instrument Control Toolbox Version 4.7 (R2022b)
LTE Toolbox Version 3.8 (R2022b)
MATLAB Compiler Version 8.5 (R2022b)
MATLAB Compiler SDK Version 7.1 (R2022b)
MATLAB Report Generator Version 5.13 (R2022b)
Mapping Toolbox Version 5.4 (R2022b)
Mixed-Signal Blockset Version 2.3 (R2022b)
Model Predictive Control Toolbox Version 8.0 (R2022b)
Navigation Toolbox Version 2.3 (R2022b)
Optimization Toolbox Version 9.4 (R2022b)
Parallel Computing Toolbox Version 7.7 (R2022b)
Partial Differential Equation Toolbox Version 3.9 (R2022b)
Phased Array System Toolbox Version 4.8 (R2022b)
Powertrain Blockset Version 1.12 (R2022b)
Predictive Maintenance Toolbox Version 2.6 (R2022b)
RF Blockset Version 8.4 (R2022b)
RF Toolbox Version 4.4 (R2022b)
Requirements Toolbox Version 2.1 (R2022b)
Risk Management Toolbox Version 2.1 (R2022b)
Robotics System Toolbox Version 4.1 (R2022b)
Robust Control Toolbox Version 6.11.2 (R2022b)
Sensor Fusion and Tracking Toolbox Version 2.4 (R2022b)
SerDes Toolbox Version 2.4 (R2022b)
Signal Processing Toolbox Version 9.1 (R2022b)
SimBiology Version 6.4 (R2022b)
SimEvents Version 5.13 (R2022b)
Simscape Version 5.4 (R2022b)
Simscape Driveline Version 3.6 (R2022b)
Simscape Electrical Version 7.8 (R2022b)
Simscape Fluids Version 3.5 (R2022b)
Simscape Multibody Version 7.6 (R2022b)
Simulink 3D Animation Version 9.5 (R2022b)
Simulink Check Version 6.1 (R2022b)
Simulink Code Inspector Version 4.2 (R2022b)
Simulink Coder Version 9.8 (R2022b)
Simulink Control Design Version 6.2 (R2022b)
Simulink Coverage Version 5.5 (R2022b)
Simulink Design Optimization Version 3.12 (R2022b)
Simulink Design Verifier Version 4.8 (R2022b)
Simulink PLC Coder Version 3.7 (R2022b)
Simulink Real-Time Version 8.1 (R2022b)
Simulink Report Generator Version 5.13 (R2022b)
Simulink Test Version 3.7 (R2022b)
Stateflow Version 10.7 (R2022b)
Statistics and Machine Learning Toolbox Version 12.4 (R2022b)
Symbolic Math Toolbox Version 9.2 (R2022b)
System Identification Toolbox Version 10.0 (R2022b)
Text Analytics Toolbox Version 1.9 (R2022b)
Vehicle Dynamics Blockset Version 1.9 (R2022b)
Vehicle Network Toolbox Version 5.3 (R2022b)
Vision HDL Toolbox Version 2.6 (R2022b)
WLAN Toolbox Version 3.5 (R2022b)
Wavelet Toolbox Version 6.2 (R2022b)
Wireless HDL Toolbox Version 2.5 (R2022b)
That should list the CFTB. Next, check to see if fit is there.
which fit -all
/MATLAB/toolbox/curvefit/curvefit/fit.m
/MATLAB/toolbox/stats/stats/@gmdistribution/fit.m % gmdistribution method
You should see something like that. If not, then you have a problem.
Did you zap fit.m? That would be a bad thing, in which case you would need to re-download the CFTB. Did you move fit? You should NEVER move files from their directories as supplied.
You could also check your search path. Is the curvefit directory on your search path? It should be listed here:
path
MATLABPATH
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/addpath
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/codegen
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/gpucoder
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/home
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/input
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/keyboard
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/license
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/more
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/opentoline+common
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/pause+mobile_cloud
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/simulink
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/slLibraryBrowser
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/ver
/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/shadowtest
/MATLAB/toolbox/matlab/addon_enable_disable_management/matlab
/MATLAB/toolbox/matlab/addon_updates/matlab
/MATLAB/toolbox/matlab/addons
/MATLAB/toolbox/matlab/addons/cef
/MATLAB/toolbox/matlab/addons/fileexchange
/MATLAB/toolbox/matlab/addons/supportpackages
/MATLAB/toolbox/matlab/addons_common/matlab
/MATLAB/toolbox/matlab/addons_install_location/matlab
/MATLAB/toolbox/matlab/addons_product
/MATLAB/toolbox/matlab/addons_registry/matlab
/MATLAB/toolbox/matlab/addressbar_plugins/browse_for_folder_button/matlab
/MATLAB/toolbox/matlab/addressbar_plugins/cd_up_one_dir_button/matlab
/MATLAB/toolbox/matlab/appcontainer
/MATLAB/toolbox/matlab/appdesigner/appdesigner
/MATLAB/toolbox/matlab/appdesigner/appdesigner/interface
/MATLAB/toolbox/matlab/appdesigner/appdesigner/runtime
/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_m
/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/cfb
/MATLAB/toolbox/matlab/apps
/MATLAB/toolbox/matlab/audiovideo
/MATLAB/toolbox/matlab/bigdata
/MATLAB/toolbox/matlab/bluetooth
/MATLAB/toolbox/matlab/buildtool/core
/MATLAB/toolbox/matlab/buildtool/ext
/MATLAB/toolbox/matlab/capabilities
/MATLAB/toolbox/matlab/cefclient
/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/backend
/MATLAB/toolbox/matlab/codeanalysis/reports/analysis
/MATLAB/toolbox/matlab/codeanalysis/tools
/MATLAB/toolbox/matlab/codetools
/MATLAB/toolbox/matlab/codetools/embeddedoutputs
/MATLAB/toolbox/matlab/codetools/embeddedoutputs/DataToolsRegistration
/MATLAB/toolbox/matlab/codetools/liveapps
/MATLAB/toolbox/matlab/configtools
/MATLAB/toolbox/matlab/connector2/binary
/MATLAB/toolbox/matlab/connector2/common
/MATLAB/toolbox/matlab/connector2/configuration
/MATLAB/toolbox/matlab/connector2/connector
/MATLAB/toolbox/matlab/connector2/editor
/MATLAB/toolbox/matlab/connector2/figures
/MATLAB/toolbox/matlab/connector2/http
/MATLAB/toolbox/matlab/connector2/interpreter
/MATLAB/toolbox/matlab/connector2/logger
/MATLAB/toolbox/matlab/connector2/messageservice
/MATLAB/toolbox/matlab/connector2/mgg
/MATLAB/toolbox/matlab/connector2/nativebridge
/MATLAB/toolbox/matlab/connector2/restmatlab
/MATLAB/toolbox/matlab/connector2/session
/MATLAB/toolbox/matlab/connector2/shadowfiles
/MATLAB/toolbox/matlab/connector2/webwindow/m
/MATLAB/toolbox/matlab/connector2/worker
/MATLAB/toolbox/matlab/datafun
/MATLAB/toolbox/matlab/datamanager
/MATLAB/toolbox/matlab/datastoreio
/MATLAB/toolbox/matlab/datatools/datatoolsservices/matlab
/MATLAB/toolbox/matlab/datatools/desktop_importtool/matlab
/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/matlab
/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/matlab
/MATLAB/toolbox/matlab/datatools/editorconverters/matlab
/MATLAB/toolbox/matlab/datatools/importtool/matlab/peer
/MATLAB/toolbox/matlab/datatools/importtool/matlab/server
/MATLAB/toolbox/matlab/datatools/inspector/matlab
/MATLAB/toolbox/matlab/datatools/inspector/registration
/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/matlab
/MATLAB/toolbox/matlab/datatools/media_widgets/matlab
/MATLAB/toolbox/matlab/datatools/peermodel_mcos/matlab
/MATLAB/toolbox/matlab/datatools/plotstab/matlab
/MATLAB/toolbox/matlab/datatools/preprocessing
/MATLAB/toolbox/matlab/datatools/variableeditor/matlab
/MATLAB/toolbox/matlab/datatools/widgets/matlab
/MATLAB/toolbox/matlab/datatools/workspacebrowser/matlab
/MATLAB/toolbox/matlab/datatypes
/MATLAB/toolbox/matlab/datatypes/applyfuns
/MATLAB/toolbox/matlab/datatypes/calendarDuration
/MATLAB/toolbox/matlab/datatypes/categorical
/MATLAB/toolbox/matlab/datatypes/cell
/MATLAB/toolbox/matlab/datatypes/cell_nonlibmatlab
/MATLAB/toolbox/matlab/datatypes/codegen/categorical
/MATLAB/toolbox/matlab/datatypes/codegen/datetime
/MATLAB/toolbox/matlab/datatypes/codegen/duration
/MATLAB/toolbox/matlab/datatypes/codegen/tabular
/MATLAB/toolbox/matlab/datatypes/datetime
/MATLAB/toolbox/matlab/datatypes/datetime_nonlibmatlab
/MATLAB/toolbox/matlab/datatypes/dictionary
/MATLAB/toolbox/matlab/datatypes/duration
/MATLAB/toolbox/matlab/datatypes/shared/codegen
/MATLAB/toolbox/matlab/datatypes/shared/matlab_datatypes
/MATLAB/toolbox/matlab/datatypes/struct
/MATLAB/toolbox/matlab/datatypes/tabular
/MATLAB/toolbox/matlab/dataui
/MATLAB/toolbox/matlab/ddux
/MATLAB/toolbox/matlab/debugger
/MATLAB/toolbox/matlab/demos
/MATLAB/toolbox/matlab/dependency/analysis
/MATLAB/toolbox/matlab/dependency/app
/MATLAB/toolbox/matlab/dependency/attribute
/MATLAB/toolbox/matlab/dependency/comparisons/mldesktop/matlab
/MATLAB/toolbox/matlab/dependency/matlab
/MATLAB/toolbox/matlab/dependency/refactoring
/MATLAB/toolbox/matlab/dependency/report
/MATLAB/toolbox/matlab/dependency/widget/progress
/MATLAB/toolbox/matlab/dependency/widget/progress_web
/MATLAB/toolbox/matlab/dependency/widget/window
/MATLAB/toolbox/matlab/depfun
/MATLAB/toolbox/matlab/editor/cfb_integration/editor_actions/matlab
/MATLAB/toolbox/matlab/editor/cfb_integration/editor_filetype_icons/matlab
/MATLAB/toolbox/matlab/editor/cfb_integration/editor_filetype_labels/matlab
/MATLAB/toolbox/matlab/editor_addons/matlab_unit/matlab
/MATLAB/toolbox/matlab/editor_addons/system_object/matlab
/MATLAB/toolbox/matlab/elfun
/MATLAB/toolbox/matlab/elmat
/MATLAB/toolbox/matlab/embeddedoutputs/figureoutputs
/MATLAB/toolbox/matlab/embeddedoutputs/outputs
/MATLAB/toolbox/matlab/embeddedoutputs/outpututilities
/MATLAB/toolbox/matlab/embeddedoutputs/variableoutputs
/MATLAB/toolbox/matlab/external/engines/codegen
/MATLAB/toolbox/matlab/external/engines/engine_api
/MATLAB/toolbox/matlab/external/interfaces/cpp
/MATLAB/toolbox/matlab/external/interfaces/java/jmi
/MATLAB/toolbox/matlab/external/interfaces/json
/MATLAB/toolbox/matlab/external/interfaces/python
/MATLAB/toolbox/matlab/external/interfaces/webservices
/MATLAB/toolbox/matlab/external/interfaces/webservices/http
/MATLAB/toolbox/matlab/external/interfaces/webservices/restful
/MATLAB/toolbox/matlab/external/interfaces/webservices/wsdl
/MATLAB/toolbox/matlab/external/mex
/MATLAB/toolbox/matlab/file_chooser/service/matlab
/MATLAB/toolbox/matlab/filebrowser
/MATLAB/toolbox/matlab/filesystem/default_filetype_plugins/file_plugin
/MATLAB/toolbox/matlab/filesystem/default_filetype_plugins/folder_plugin
/MATLAB/toolbox/matlab/filesystem/matlab_filetype_filters/filetypefilters
/MATLAB/toolbox/matlab/filesystem/services/matlab
/MATLAB/toolbox/matlab/findfiles/m
/MATLAB/toolbox/matlab/funfun
/MATLAB/toolbox/matlab/general
/MATLAB/toolbox/matlab/graph2d
/MATLAB/toolbox/matlab/graph3d
/MATLAB/toolbox/matlab/graphfun
/MATLAB/toolbox/matlab/graphfun/codegen
/MATLAB/toolbox/matlab/graphics
/MATLAB/toolbox/matlab/graphics/annotation
/MATLAB/toolbox/matlab/graphics/axis
/MATLAB/toolbox/matlab/graphics/chart
/MATLAB/toolbox/matlab/graphics/color
/MATLAB/toolbox/matlab/graphics/function
/MATLAB/toolbox/matlab/graphics/hg
/MATLAB/toolbox/matlab/graphics/illustration
/MATLAB/toolbox/matlab/graphics/legacy
/MATLAB/toolbox/matlab/graphics/maps
/MATLAB/toolbox/matlab/graphics/math
/MATLAB/toolbox/matlab/graphics/objectsystem
/MATLAB/toolbox/matlab/graphics/obsolete
/MATLAB/toolbox/matlab/graphics/primitive
/MATLAB/toolbox/matlab/graphics/printing
/MATLAB/toolbox/matlab/guide
/MATLAB/toolbox/matlab/hardware/stubs
/MATLAB/toolbox/matlab/helptools
/MATLAB/toolbox/matlab/helptools/reference
/MATLAB/toolbox/matlab/helptools_js/link_click_handling_docservice/m
/MATLAB/toolbox/matlab/helptools_js/matlab_colon_docservice/m
/MATLAB/toolbox/matlab/htmlviewer
/MATLAB/toolbox/matlab/icons
/MATLAB/toolbox/matlab/images
/MATLAB/toolbox/matlab/imagesci
/MATLAB/toolbox/matlab/indentcode/m
/MATLAB/toolbox/matlab/indexing
/MATLAB/toolbox/matlab/io/archive
/MATLAB/toolbox/matlab/io/arrow
/MATLAB/toolbox/matlab/io/common
/MATLAB/toolbox/matlab/io/datastore/array
/MATLAB/toolbox/matlab/io/datastore/common
/MATLAB/toolbox/matlab/io/datastore/file
/MATLAB/toolbox/matlab/io/datastore/fileset
/MATLAB/toolbox/matlab/io/datastore/image
/MATLAB/toolbox/matlab/io/datastore/keyvalue
/MATLAB/toolbox/matlab/io/datastore/legacy
/MATLAB/toolbox/matlab/io/datastore/parquet
/MATLAB/toolbox/matlab/io/datastore/range
/MATLAB/toolbox/matlab/io/datastore/spreadsheet
/MATLAB/toolbox/matlab/io/datastore/tall
/MATLAB/toolbox/matlab/io/datastore/text
/MATLAB/toolbox/matlab/io/filesystem
/MATLAB/toolbox/matlab/io/filter
/MATLAB/toolbox/matlab/io/ftp
/MATLAB/toolbox/matlab/io/functions
/MATLAB/toolbox/matlab/io/html
/MATLAB/toolbox/matlab/io/interface
/MATLAB/toolbox/matlab/io/parquet
/MATLAB/toolbox/matlab/io/spreadsheet
/MATLAB/toolbox/matlab/io/text
/MATLAB/toolbox/matlab/io/word
/MATLAB/toolbox/matlab/io/xml
/MATLAB/toolbox/matlab/iofun
/MATLAB/toolbox/matlab/iot
/MATLAB/toolbox/matlab/iot/connectivity
/MATLAB/toolbox/matlab/lang
/MATLAB/toolbox/matlab/licensing
/MATLAB/toolbox/matlab/login
/MATLAB/toolbox/matlab/mapreduceio
/MATLAB/toolbox/matlab/maps
/MATLAB/toolbox/matlab/matfun
/MATLAB/toolbox/matlab/matlab_preferences/matlab
/MATLAB/toolbox/matlab/mex
/MATLAB/toolbox/matlab/mpm
/MATLAB/toolbox/matlab/mvm
/MATLAB/toolbox/matlab/network
/MATLAB/toolbox/matlab/networklib
/MATLAB/toolbox/matlab/networklib/apps/tcpclientapp
/MATLAB/toolbox/matlab/notifications/notifications_center_ui/matlab
/MATLAB/toolbox/matlab/object_serialization_customization
/MATLAB/toolbox/matlab/ops
/MATLAB/toolbox/matlab/optimfun
/MATLAB/toolbox/matlab/optimfun/gui
/MATLAB/toolbox/matlab/oss
/MATLAB/toolbox/matlab/parallel
/MATLAB/toolbox/matlab/pathtool
/MATLAB/toolbox/matlab/plottools
/MATLAB/toolbox/matlab/plottools/inspector
/MATLAB/toolbox/matlab/polyfun
/MATLAB/toolbox/matlab/preferences/addonspanel
/MATLAB/toolbox/matlab/preferences/fonts
/MATLAB/toolbox/matlab/preferences/variablesprefpanel/variablesprefpanel-ui
/MATLAB/toolbox/matlab/preferences/workspaceprefpanel/workspaceprefpanel-ui
/MATLAB/toolbox/matlab/profileviewer
/MATLAB/toolbox/matlab/project
/MATLAB/toolbox/matlab/project/api
/MATLAB/toolbox/matlab/project/cfbfileinfoplugin/matlab
/MATLAB/toolbox/matlab/project/comparison
/MATLAB/toolbox/matlab/project/creation/fromarchive
/MATLAB/toolbox/matlab/project/creation/fromfile
/MATLAB/toolbox/matlab/project/dependency
/MATLAB/toolbox/matlab/project/example
/MATLAB/toolbox/matlab/project/preferences
/MATLAB/toolbox/matlab/project/refactoring
/MATLAB/toolbox/matlab/project/toolstrip
/MATLAB/toolbox/matlab/project/unsavedchanges
/MATLAB/toolbox/matlab/project/views/action_web/project-action-ui/matlab
/MATLAB/toolbox/matlab/project/views/core
/MATLAB/toolbox/matlab/project/views/labels
/MATLAB/toolbox/matlab/project/views/references
/MATLAB/toolbox/matlab/project/views/unsavedchanges
/MATLAB/toolbox/matlab/project/views/util
/MATLAB/toolbox/matlab/randfun
/MATLAB/toolbox/matlab/registration_framework/matlab
/MATLAB/toolbox/matlab/reports
/MATLAB/toolbox/matlab/resources_folder
/MATLAB/toolbox/matlab/richcontent_preview/matlab
/MATLAB/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_clike_language_support/matlab
/MATLAB/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_java_language_support/matlab
/MATLAB/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_js_language_support/matlab
/MATLAB/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_mlike_language_support/matlab
/MATLAB/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_python_language_support/matlab
/MATLAB/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_tlc_language_support/matlab
/MATLAB/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_verilog_language_support/matlab
/MATLAB/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_vhdl_language_support/matlab
/MATLAB/toolbox/matlab/rtc_addons/rtclanguagesupport/rtc_xml_language_support/matlab
/MATLAB/toolbox/matlab/scribe
/MATLAB/toolbox/matlab/scribe/obsolete
/MATLAB/toolbox/matlab/serial
/MATLAB/toolbox/matlab/serialport
/MATLAB/toolbox/matlab/serialport/apps/serialportapp
/MATLAB/toolbox/matlab/sparfun
/MATLAB/toolbox/matlab/specfun
/MATLAB/toolbox/matlab/specgraph
/MATLAB/toolbox/matlab/storage/matlabdrive
/MATLAB/toolbox/matlab/storage/mldrivedesktop
/MATLAB/toolbox/matlab/storage/mldrivejsplugins/matlabdrive_js/matlab
/MATLAB/toolbox/matlab/storage/mldrivejsplugins/share_folder_preview/matlab
/MATLAB/toolbox/matlab/storage/mldrivejsplugins/sharing_actions/matlab
/MATLAB/toolbox/matlab/storage/mldrivejsplugins/tripwire_button/matlab
/MATLAB/toolbox/matlab/strfun
/MATLAB/toolbox/matlab/strfun/pattern
/MATLAB/toolbox/matlab/strfun/validators
/MATLAB/toolbox/matlab/supportpackagemanagement
/MATLAB/toolbox/matlab/system
/MATLAB/toolbox/matlab/system/editor
/MATLAB/toolbox/matlab/taskpool
/MATLAB/toolbox/matlab/testframework/measurement/core
/MATLAB/toolbox/matlab/testframework/measurement/ext
/MATLAB/toolbox/matlab/testframework/mock/core
/MATLAB/toolbox/matlab/testframework/mock/core/masked
/MATLAB/toolbox/matlab/testframework/obsolete
/MATLAB/toolbox/matlab/testframework/performance/core
/MATLAB/toolbox/matlab/testframework/performance/ext
/MATLAB/toolbox/matlab/testframework/ui/toolstrip
/MATLAB/toolbox/matlab/testframework/uiautomation
/MATLAB/toolbox/matlab/testframework/uitest
/MATLAB/toolbox/matlab/testframework/unittest/core
/MATLAB/toolbox/matlab/testframework/unittest/core/masked
/MATLAB/toolbox/matlab/testframework/unittest/ext
/MATLAB/toolbox/matlab/testframework/unittest/parallel
/MATLAB/toolbox/matlab/timefun
/MATLAB/toolbox/matlab/timeseries
/MATLAB/toolbox/matlab/toolbox_packaging
/MATLAB/toolbox/matlab/toolboxmanagement/matlab_api
/MATLAB/toolbox/matlab/toolstrip
/MATLAB/toolbox/matlab/uicomponents/uicomponents
/MATLAB/toolbox/matlab/uicomponents/uicomponents/databrowser
/MATLAB/toolbox/matlab/uicomponents/uicomponents/graphics
/MATLAB/toolbox/matlab/uicomponents/uicomponents/plugin/appdesigner
/MATLAB/toolbox/matlab/uicomponents/uicomponents/style
/MATLAB/toolbox/matlab/uicomponents/uicomponents/uicontrol
/MATLAB/toolbox/matlab/uitools
/MATLAB/toolbox/matlab/uitools/mofigurehelperfunc
/MATLAB/toolbox/matlab/uitools/obsolete
/MATLAB/toolbox/matlab/uitools/uicomponents/components
/MATLAB/toolbox/matlab/updateinstaller
/MATLAB/toolbox/matlab/urlmanager
/MATLAB/toolbox/matlab/validators
/MATLAB/toolbox/matlab/verctrl
/MATLAB/toolbox/matlab/webcam
/MATLAB/toolbox/matlab/winfun
/MATLAB/toolbox/matlab/winfun/NET
/MATLAB/toolbox/local
/MATLAB/toolbox/simulink/IconEditor
/MATLAB/toolbox/simulink/advisor
/MATLAB/toolbox/simulink/advisor/advisor_common/ml
/MATLAB/toolbox/simulink/advisor/advisor_ui/ml
/MATLAB/toolbox/simulink/batchsim
/MATLAB/toolbox/simulink/blockSupport
/MATLAB/toolbox/simulink/blocks
/MATLAB/toolbox/simulink/blocks/library
/MATLAB/toolbox/simulink/blocks/library/simulinkcoder
/MATLAB/toolbox/simulink/blocks/obsolete
/MATLAB/toolbox/simulink/blocks/pid_Images
/MATLAB/toolbox/simulink/blocks/sb2sl
/MATLAB/toolbox/simulink/comparisons/blockdiagram/matlab
/MATLAB/toolbox/simulink/comparisons/dict/mldesktop/matlab
/MATLAB/toolbox/simulink/comparisons/model/edits
/MATLAB/toolbox/simulink/comparisons/model/mldesktop/matlab
/MATLAB/toolbox/simulink/comparisons/rptgen
/MATLAB/toolbox/simulink/comparisons/scope/matlab
/MATLAB/toolbox/simulink/compiled_model_interface
/MATLAB/toolbox/simulink/components
/MATLAB/toolbox/simulink/components/images
/MATLAB/toolbox/simulink/configset/context/m
/MATLAB/toolbox/simulink/configset_model/configset
/MATLAB/toolbox/simulink/configset_model/configset/derived
/MATLAB/toolbox/simulink/configset_model/m
/MATLAB/toolbox/simulink/constraint_manager/matlab
/MATLAB/toolbox/simulink/core/api
/MATLAB/toolbox/simulink/core/callbacktracing
/MATLAB/toolbox/simulink/core/clone_detection
/MATLAB/toolbox/simulink/core/dataclasses
/MATLAB/toolbox/simulink/core/dataobjectwizard
/MATLAB/toolbox/simulink/core/dialogs
/MATLAB/toolbox/simulink/core/general
/MATLAB/toolbox/simulink/core/librarylinktool
/MATLAB/toolbox/simulink/core/model_transformer
/MATLAB/toolbox/simulink/core/sfuncheck
/MATLAB/toolbox/simulink/core/slresolve
/MATLAB/toolbox/simulink/core/sortingcheck
/MATLAB/toolbox/simulink/core/units
/MATLAB/toolbox/simulink/dependency/analysis
/MATLAB/toolbox/simulink/dependency/app
/MATLAB/toolbox/simulink/dependency/buses
/MATLAB/toolbox/simulink/dependency/refactoring
/MATLAB/toolbox/simulink/diagram/mi/m
/MATLAB/toolbox/simulink/engine_interface
/MATLAB/toolbox/simulink/file_preview_plugin/matlab
/MATLAB/toolbox/simulink/fixedandfloat
/MATLAB/toolbox/simulink/fixedandfloat/fxpdemos
/MATLAB/toolbox/simulink/fixedandfloat/obsolete
/MATLAB/toolbox/simulink/hmi
/MATLAB/toolbox/simulink/hmi_lib
/MATLAB/toolbox/simulink/legacycode
/MATLAB/toolbox/simulink/libcodegen_harness/libcodegen_harness
/MATLAB/toolbox/simulink/maskeditor/matlab
/MATLAB/toolbox/simulink/mex
/MATLAB/toolbox/simulink/modelfinder/src
/MATLAB/toolbox/simulink/multisim/main
/MATLAB/toolbox/simulink/online2/server/m
/MATLAB/toolbox/simulink/project/simulinkeditor
/MATLAB/toolbox/simulink/project/unsavedchanges
/MATLAB/toolbox/simulink/protected_model/core/core
/MATLAB/toolbox/simulink/record_playback
/MATLAB/toolbox/simulink/record_playback/src
/MATLAB/toolbox/simulink/record_playback/ui/studio/config/m
/MATLAB/toolbox/simulink/record_playback_lib
/MATLAB/toolbox/simulink/runtime_callbacks
/MATLAB/toolbox/simulink/sdi
/MATLAB/toolbox/simulink/search/mi/m
/MATLAB/toolbox/simulink/simdemos
/MATLAB/toolbox/simulink/simdemos/aerospace
/MATLAB/toolbox/simulink/simdemos/aerospace/lunarWRL
/MATLAB/toolbox/simulink/simdemos/automotive
/MATLAB/toolbox/simulink/simdemos/automotive/fuelsys
/MATLAB/toolbox/simulink/simdemos/automotive/powerwindow
/MATLAB/toolbox/simulink/simdemos/dataclasses
/MATLAB/toolbox/simulink/simdemos/simfeatures
/MATLAB/toolbox/simulink/simdemos/simfeatures/datadictionary
/MATLAB/toolbox/simulink/simdemos/simfeatures/modelreference
/MATLAB/toolbox/simulink/simdemos/simgeneral
/MATLAB/toolbox/simulink/simmanager/fileIO
/MATLAB/toolbox/simulink/simulationinput
/MATLAB/toolbox/simulink/simulationinput_desktop
/MATLAB/toolbox/simulink/simulationinput_proxy
/MATLAB/toolbox/simulink/simulationoutput
/MATLAB/toolbox/simulink/simulink
/MATLAB/toolbox/simulink/simulink/blocksetdesigner/m
/MATLAB/toolbox/simulink/simulink/iodata/iofile
/MATLAB/toolbox/simulink/simulink/iodata/ioformat
/MATLAB/toolbox/simulink/simulink/iodata/iomap
/MATLAB/toolbox/simulink/simulink/modeladvisor
/MATLAB/toolbox/simulink/simulink/modeladvisor/fixpt
/MATLAB/toolbox/simulink/simulink/modeladvisor/misra
/MATLAB/toolbox/simulink/simulink/modeladvisor/security
/MATLAB/toolbox/simulink/simulink/performance
/MATLAB/toolbox/simulink/simulink/performance/performancea
/MATLAB/toolbox/simulink/simulink/sl_structure_analysis
/MATLAB/toolbox/simulink/simulink/slblocksetsdk
/MATLAB/toolbox/simulink/simulink/slprofiler
/MATLAB/toolbox/simulink/simulink/slproject
/MATLAB/toolbox/simulink/simulink/slproject/examples
/MATLAB/toolbox/simulink/simulink/slproject/simulink
/MATLAB/toolbox/simulink/simulink/slproject/templates
/MATLAB/toolbox/simulink/simulink/sltopo
/MATLAB/toolbox/simulink/simulink/templates/core
/MATLAB/toolbox/simulink/simulink/templates/product
/MATLAB/toolbox/simulink/simulink/upgradeadvisor
/MATLAB/toolbox/simulink/simulink_data_dictionary/matlab
/MATLAB/toolbox/simulink/simulink_data_dictionary/sldd
/MATLAB/toolbox/simulink/simulink_export_methods
/MATLAB/toolbox/simulink/simulink_hmi_slexportprevious
/MATLAB/toolbox/simulink/simulink_udd
/MATLAB/toolbox/simulink/sl_async_streaming
/MATLAB/toolbox/simulink/sl_graphics_services/tools
/MATLAB/toolbox/simulink/sl_interface_dict/api
/MATLAB/toolbox/simulink/sl_interface_dict/editor
/MATLAB/toolbox/simulink/sl_interface_dict/migrator
/MATLAB/toolbox/simulink/sl_solver_profiler
/MATLAB/toolbox/simulink/sl_suggestions/m
/MATLAB/toolbox/simulink/sl_upgrade_engine
/MATLAB/toolbox/simulink/sl_valuesrc
/MATLAB/toolbox/simulink/slcheck_exclusioneditor
/MATLAB/toolbox/simulink/slcheck_ma_config_editor
/MATLAB/toolbox/simulink/slexportprevious
/MATLAB/toolbox/simulink/sltemplate
/MATLAB/toolbox/simulink/sltemplate/toolstrip_plugin/m
/MATLAB/toolbox/simulink/slx/m
/MATLAB/toolbox/simulink/sta
/MATLAB/toolbox/simulink/sta/derivedSignals
/MATLAB/toolbox/simulink/sta/editor
/MATLAB/toolbox/simulink/sta/editor/ui
/MATLAB/toolbox/simulink/sta/repository
/MATLAB/toolbox/simulink/sta/repository/util
/MATLAB/toolbox/simulink/sta/scenarioconnector
/MATLAB/toolbox/simulink/sta/scenarioconnector/ui
/MATLAB/toolbox/simulink/sta/scenarioconnector/ui/toolstrip/filesection
/MATLAB/toolbox/simulink/sta/scenarioconnector/ui/toolstrip/modelsection
/MATLAB/toolbox/simulink/sta/sl_sta_editor_block
/MATLAB/toolbox/simulink/sta/sl_sta_webscope
/MATLAB/toolbox/simulink/sta/sourceBlocks
/MATLAB/toolbox/simulink/sta/ui
/MATLAB/toolbox/simulink/sta/ui/mapping
/MATLAB/toolbox/simulink/sta/ui/mapping/callbacks
/MATLAB/toolbox/simulink/sta/ui/mapping/util
/MATLAB/toolbox/simulink/sta/ui/preferences/mapper
/MATLAB/toolbox/simulink/sta/ui/toolstrip
/MATLAB/toolbox/simulink/sta/ui/toolstrip/help
/MATLAB/toolbox/simulink/sta/ui/toolstrip/open
/MATLAB/toolbox/simulink/sta/ui/toolstrip/open/streaming
/MATLAB/toolbox/simulink/sta/ui/toolstrip/report
/MATLAB/toolbox/simulink/sta/ui/toolstrip/session
/MATLAB/toolbox/simulink/sysarch/sysarch
/MATLAB/toolbox/simulink/timinglegend/m
/MATLAB/toolbox/simulink/timinglegend/web/m
/MATLAB/toolbox/simulink/types
/MATLAB/toolbox/simulink/ui/library_browser/core/m
/MATLAB/toolbox/simulink/ui/printing
/MATLAB/toolbox/simulink/ui/sl_studio/sl_studio
/MATLAB/toolbox/simulink/ui/studio/config/m
/MATLAB/toolbox/simulink/ui/sysdoc/core
/MATLAB/toolbox/simulink/webblocks/core/m
/MATLAB/toolbox/simulink/webblocks/customwebblocks/m
/MATLAB/toolbox/simulink/webblocks/customwebblocks_lib
/MATLAB/toolbox/simulink/webblocks/widgets/m
/MATLAB/toolbox/stateflow/coder
/MATLAB/toolbox/stateflow/modeladvisor
/MATLAB/toolbox/stateflow/reqtable/analysis/mfiles
/MATLAB/toolbox/stateflow/reqtable/semantics/mfiles
/MATLAB/toolbox/stateflow/sf_file_preview_plugin/matlab
/MATLAB/toolbox/stateflow/sftemplates
/MATLAB/toolbox/stateflow/stateflow
/MATLAB/toolbox/stateflow/stateflow_lib
/MATLAB/toolbox/stateflow/ui/studio/config/m
/MATLAB/toolbox/rtw/accel
/MATLAB/toolbox/rtw/rtw
/MATLAB/toolbox/rtw/rtwdemos
/MATLAB/toolbox/rtw/rtwdemos/rsimdemos
/MATLAB/toolbox/rtw/targets/AUTOSAR/AUTOSAR
/MATLAB/toolbox/rtw/targets/AUTOSAR/AUTOSAR/dataclasses
/MATLAB/toolbox/rtw/targets/asap2/asap2
/MATLAB/toolbox/rtw/targets/asap2/asap2/dataclasses
/MATLAB/toolbox/rtw/targets/asap2/asap2/user
/MATLAB/toolbox/rtw/targets/common/can/blocks
/MATLAB/toolbox/rtw/targets/common/can/blocks/dataclasses
/MATLAB/toolbox/rtw/targets/common/tgtcommon
/MATLAB/toolbox/rtw/targets/connectivity
/MATLAB/toolbox/rtw/targets/ecoder
/MATLAB/toolbox/rtw/targets/ecoder/ecoderdemos
/MATLAB/toolbox/rtw/targets/ecoder/ecoderdemos/dataclasses
/MATLAB/toolbox/rtw/targets/mpt
/MATLAB/toolbox/rtw/targets/mpt/mpt
/MATLAB/toolbox/rtw/targets/mpt/user_specific
/MATLAB/toolbox/rtw/targets/pil
/MATLAB/examples/5g/data
/MATLAB/examples/5g_phased/data
/MATLAB/examples/aero/data
/MATLAB/examples/aero_satcom/data
/MATLAB/examples/aeroblks/data
/MATLAB/examples/aeroblks_systemcomposer_slreq/data
/MATLAB/examples/antenna/data
/MATLAB/examples/audio/data
/MATLAB/examples/autoblks/data
/MATLAB/examples/autoblks_autosarblockset/data
/MATLAB/examples/autonomous_control/data
/MATLAB/examples/bioinfo/data
/MATLAB/examples/bluetooth/data
/MATLAB/examples/coder_compiler_dsp/data
/MATLAB/examples/coder_fixedpoint_simulink/data
/MATLAB/examples/comm/data
/MATLAB/examples/comm_hdlcoder/data
/MATLAB/examples/comm_simrf/data
/MATLAB/examples/control/data
/MATLAB/examples/control_deeplearning/data
/MATLAB/examples/control_msblks/data
/MATLAB/examples/controls_id/data
/MATLAB/examples/curvefit/data
/MATLAB/examples/custom_maps/data
/MATLAB/examples/daq_stateflow/data
/MATLAB/examples/database/data
/MATLAB/examples/deeplearning_shared/data
/MATLAB/examples/do_qualkit/data
/MATLAB/examples/driving/data
/MATLAB/examples/driving_fusion/data
/MATLAB/examples/driving_fusion_nav/data
/MATLAB/examples/driving_fusion_nucleo/data
/MATLAB/examples/driving_fusion_vision/data
/MATLAB/examples/driving_lidar/data
/MATLAB/examples/driving_radar/data
/MATLAB/examples/driving_radar_fusion/data
/MATLAB/examples/driving_roadrunner/data
/MATLAB/examples/driving_ros/data
/MATLAB/examples/driving_stateflow/data
/MATLAB/examples/dsp/data
/MATLAB/examples/dsp_hdlcoder/data
/MATLAB/examples/dsp_nav_fusion/data
/MATLAB/examples/dsp_wavelet_deeplearning/data
/MATLAB/examples/ecoder/data
/MATLAB/examples/econ/data
/MATLAB/examples/finance/data
/MATLAB/examples/fininst/data
/MATLAB/examples/fixedpoint/data
/MATLAB/examples/fusion/data
/MATLAB/examples/fuzzy/data
/MATLAB/examples/fuzzy_deeplearning/data
/MATLAB/examples/globaloptim/data
/MATLAB/examples/graphics/data
/MATLAB/examples/hdlcoder/data
/MATLAB/examples/hdlv_spchdl/data
/MATLAB/examples/hdlverifier/data
/MATLAB/examples/icomm/data
/MATLAB/examples/ident/data
/MATLAB/examples/iec_certkit/data
/MATLAB/examples/images/data
/MATLAB/examples/images_deeplearning/data
/MATLAB/examples/imaq/data
/MATLAB/examples/instrument/data
/MATLAB/examples/labelers_shared/data
/MATLAB/examples/lte/data
/MATLAB/examples/map/data
/MATLAB/examples/matlab/data
/MATLAB/examples/matlabmobile/data
/MATLAB/examples/mpc/data
/MATLAB/examples/msblks/data
/MATLAB/examples/multibody_deeplearning/data
/MATLAB/examples/nav/data
/MATLAB/examples/nav_lidar/data
/MATLAB/examples/nav_robotics/data
/MATLAB/examples/nnet/data
/MATLAB/examples/optim/data
/MATLAB/examples/optim_finance/data
/MATLAB/examples/parallel/data
/MATLAB/examples/pde/data
/MATLAB/examples/phased/data
/MATLAB/examples/phased_comm/data
/MATLAB/examples/phased_dsphdl/data
/MATLAB/examples/plantdeployment/data
/MATLAB/examples/plccoder/data
/MATLAB/examples/predmaint/data
/MATLAB/examples/predmaint_shared/data
/MATLAB/examples/rf/data
/MATLAB/examples/rf_serdes/data
/MATLAB/examples/risk/data
/MATLAB/examples/robotics/data
/MATLAB/examples/robust/data
/MATLAB/examples/rptgen/data
/MATLAB/examples/rptgen_rptgenext/data
/MATLAB/examples/rptgenext/data
/MATLAB/examples/satcom_whdl/data
/MATLAB/examples/serdes/data
/MATLAB/examples/shared_compfinance/data
/MATLAB/examples/shared_driving_fusion_lidar/data
/MATLAB/examples/shared_fusion_arduinoio/data
/MATLAB/examples/shared_ins/data
/MATLAB/examples/shared_nav_satcom/data
/MATLAB/examples/shared_positioning/data
/MATLAB/examples/shared_radar_fusion/data
/MATLAB/examples/shared_robotics_ros/data
/MATLAB/examples/shared_scopes/data
/MATLAB/examples/shared_sdi/data
/MATLAB/examples/shared_soc_visionhdl/data
/MATLAB/examples/shared_systemsengineering/data
/MATLAB/examples/shared_trajectories/data
/MATLAB/examples/shared_uav_aeroblks/data
/MATLAB/examples/shared_uav_fusion_radar/data
/MATLAB/examples/shared_vision_driving/data
/MATLAB/examples/shared_vnv/data
/MATLAB/examples/shared_wlan_bluetooth/data
/MATLAB/examples/signal/data
/MATLAB/examples/simbio/data
/MATLAB/examples/simevents/data
/MATLAB/examples/simrf/data
/MATLAB/examples/simscape/data
/MATLAB/examples/simscape_shared/data
/MATLAB/examples/simulink/data
/MATLAB/examples/simulink_aerospace/data
/MATLAB/examples/simulink_automotive/data
/MATLAB/examples/simulink_features/data
/MATLAB/examples/simulink_general/data
/MATLAB/examples/simulink_industrial/data
/MATLAB/examples/simulink_masking/data
/MATLAB/examples/simulink_messages/data
/MATLAB/examples/simulink_variants/data
/MATLAB/examples/simulinkcoder/data
/MATLAB/examples/simulinktest/data
/MATLAB/examples/simulinktest_slrealtime/data
/MATLAB/examples/sl3d/data
/MATLAB/examples/slcheck/data
/MATLAB/examples/slci/data
/MATLAB/examples/slcontrol/data
/MATLAB/examples/slcontrol_rl/data
/MATLAB/examples/slcoverage/data
/MATLAB/examples/sldo/data
/MATLAB/examples/sldv/data
/MATLAB/examples/slrealtime/data
/MATLAB/examples/slrequirements/data
/MATLAB/examples/sm/data
/MATLAB/examples/spc_channel/data
/MATLAB/examples/sps/data
/MATLAB/examples/stateflow/data
/MATLAB/examples/stats/data
/MATLAB/examples/subsystem_reference/data
/MATLAB/examples/symbolic/data
/MATLAB/examples/textanalytics/data
/MATLAB/examples/vdynblks/data
/MATLAB/examples/vision/data
/MATLAB/examples/vision_uav/data
/MATLAB/examples/visionhdl/data
/MATLAB/examples/visionhdl_hdlcoder/data
/MATLAB/examples/vnt/data
/MATLAB/examples/vnt_driving/data
/MATLAB/examples/wavelet/data
/MATLAB/examples/whdl/data
/MATLAB/examples/wlan/data
/MATLAB/examples/wlan_phased/data
/MATLAB/help/toolbox/comm/examples
/MATLAB/help/toolbox/control/examples
/MATLAB/help/toolbox/dsp/examples
/MATLAB/help/toolbox/robust/examples
/MATLAB/help/toolbox/simrf/examples
/MATLAB/help/toolbox/slcontrol/examples
/MATLAB/help/toolbox/sldo/examples
/MATLAB/help/toolbox/vision/examples
/MATLAB/interprocess/asyncio/client/hostimpl
/MATLAB/platform/pf_internal/m
/MATLAB/toolbox/5g/5g
/MATLAB/toolbox/aero/aero
/MATLAB/toolbox/aero/aircraft
/MATLAB/toolbox/aero/animation
/MATLAB/toolbox/aero/astdemos
/MATLAB/toolbox/aero/core
/MATLAB/toolbox/aero/graphics
/MATLAB/toolbox/aero/spacecraft
/MATLAB/toolbox/aero/uicomponents
/MATLAB/toolbox/aero/uicomponents/plugin/appdesigner
/MATLAB/toolbox/aeroblks
/MATLAB/toolbox/aeroblks/aeroblks
/MATLAB/toolbox/aeroblks/aeroblks/sim3d
/MATLAB/toolbox/aeroblks/aeroblksutilities
/MATLAB/toolbox/aeroblks/aeroblksutilities/fwdTransformations
/MATLAB/toolbox/aeroblks/aerodemos
/MATLAB/toolbox/aeroblks/aerodemos/texture
/MATLAB/toolbox/aeroblks/flightcontrol
/MATLAB/toolbox/aeroblks/flightcontrol/3DOFAirframe
/MATLAB/toolbox/aeroblks/flightcontrol/6DOFAirframe
/MATLAB/toolbox/aeroblks/hmi
/MATLAB/toolbox/aeroblks/sim3dutilities
/MATLAB/toolbox/aeroblks/sim3dutilities/export
/MATLAB/toolbox/aeroblks/sim3dutilities/fwdTransformations
/MATLAB/toolbox/aeroblks/spacecraft/analysis
/MATLAB/toolbox/aeroblks/spacecraft/block_libraries
/MATLAB/toolbox/aeroblks/spacecraft/templates
/MATLAB/toolbox/aeroblks/spacecraft/templates/visualization
/MATLAB/toolbox/aeroblks/templates
/MATLAB/toolbox/alm/artifact_service/ml
/MATLAB/toolbox/alm/handler_service_interface/ml
/MATLAB/toolbox/alm/mcos_utils/ml
/MATLAB/toolbox/alm/project_services/ml
/MATLAB/toolbox/alm/simulink_handlers/ml
/MATLAB/toolbox/alm/slreq_handlers/ml
/MATLAB/toolbox/alm/sltest_handlers/ml
/MATLAB/toolbox/alm/stateflow_handlers/ml
/MATLAB/toolbox/alm/ui_service/ml
/MATLAB/toolbox/antenna/antenna
/MATLAB/toolbox/antenna/antenna/antennautilities
/MATLAB/toolbox/antenna/antenna/meshutilities
/MATLAB/toolbox/antenna/antenna/optimutilities/models
/MATLAB/toolbox/antenna/antenna/optimutilities/sadea
/MATLAB/toolbox/antenna/antenna/optimutilities/sadeautils
/MATLAB/toolbox/audio/audio
/MATLAB/toolbox/audio/audio/compiled
/MATLAB/toolbox/audio/audioapps/audioapps
/MATLAB/toolbox/audio/audioapps/audioapputils
/MATLAB/toolbox/audio/audioapps/audiolabeler
/MATLAB/toolbox/audio/audioexamples
/MATLAB/toolbox/audio/audioutilities
/MATLAB/toolbox/audio/audioutilities/audioinit
/MATLAB/toolbox/audio/audioutilities/audiomex
/MATLAB/toolbox/audio/samples
/MATLAB/toolbox/audio/templates
/MATLAB/toolbox/autoblks
/MATLAB/toolbox/autoblks/autoblks
/MATLAB/toolbox/autoblks/autoblksreference
/MATLAB/toolbox/autoblks/autoblksreference/images
/MATLAB/toolbox/autoblks/autoblksshared
/MATLAB/toolbox/autoblks/autoblksshared/mbc
/MATLAB/toolbox/autoblks/autoblksshared/mbctemplates
/MATLAB/toolbox/autoblks/autoblksutilities
/MATLAB/toolbox/autoblks/autoblksutilities/mbctemplates
/MATLAB/toolbox/autoblks/autodemos
/MATLAB/toolbox/autoblks_utils
/MATLAB/toolbox/bioinfo/biodemos
/MATLAB/toolbox/bioinfo/bioinfo
/MATLAB/toolbox/bioinfo/bioinfodata
/MATLAB/toolbox/bioinfo/biolearning
/MATLAB/toolbox/bioinfo/biomatrices
/MATLAB/toolbox/bioinfo/bowtie2
/MATLAB/toolbox/bioinfo/bwa
/MATLAB/toolbox/bioinfo/cufflinks
/MATLAB/toolbox/bioinfo/graphtheory
/MATLAB/toolbox/bioinfo/mass_spec
/MATLAB/toolbox/bioinfo/microarray
/MATLAB/toolbox/bioinfo/proteins
/MATLAB/toolbox/bluetooth
/MATLAB/toolbox/bluetooth/ble
/MATLAB/toolbox/bluetooth/bluetooth
/MATLAB/toolbox/classdiagram/app/core
/MATLAB/toolbox/classdiagram/app/mcos
/MATLAB/toolbox/clone_detection/clonedetection_exclusion_editor/clonedetection_exclusion_editor_m
/MATLAB/toolbox/clone_detection_app/m
/MATLAB/toolbox/clonedetection
/MATLAB/toolbox/coder/advisor
/MATLAB/toolbox/coder/clang_api/interface/ml
/MATLAB/toolbox/coder/codedescriptor_core
/MATLAB/toolbox/coder/coder
/MATLAB/toolbox/coder/coder_halide
/MATLAB/toolbox/coder/coderapp/cfb/matlab
/MATLAB/toolbox/coder/coderapp/coderconfig/ml
/MATLAB/toolbox/coder/coderapp/common/ml
/MATLAB/toolbox/coder/coderapp/config/ml
/MATLAB/toolbox/coder/coderapp/configui/ml
/MATLAB/toolbox/coder/coderapp/form/ml
/MATLAB/toolbox/coder/coderapp/screener/ml
/MATLAB/toolbox/coder/coderapp/screener_cfb/matlab
/MATLAB/toolbox/coder/coderapp/types/ml
/MATLAB/toolbox/coder/coderapp/utils/ml
/MATLAB/toolbox/coder/compile
/MATLAB/toolbox/coder/compile/codebuildtests
/MATLAB/toolbox/coder/compile/tools/registry
/MATLAB/toolbox/coder/connectivity
/MATLAB/toolbox/coder/connectivity_core
/MATLAB/toolbox/coder/connectivity_targetservices/common
/MATLAB/toolbox/coder/connectivity_targetservices/connectivityconfig
/MATLAB/toolbox/coder/connectivity_targetservices/dispatch
/MATLAB/toolbox/coder/connectivity_targetservices/targetframework
/MATLAB/toolbox/coder/coverage
/MATLAB/toolbox/coder/embeddedcoder
/MATLAB/toolbox/coder/embeddedcoder_templates
/MATLAB/toolbox/coder/extmode/xcp_classic_trig/plugin/m
/MATLAB/toolbox/coder/float2fixed
/MATLAB/toolbox/coder/float2fixed/custom_logger
/MATLAB/toolbox/coder/float2fixed/demos
/MATLAB/toolbox/coder/float2fixed/dmm_emlauthoring
/MATLAB/toolbox/coder/float2fixed/mathlib
/MATLAB/toolbox/coder/foundation
/MATLAB/toolbox/coder/foundation/build/tools/registry
/MATLAB/toolbox/coder/foundation/templates
/MATLAB/toolbox/coder/foundation/tfl
/MATLAB/toolbox/coder/foundation/tfl/AUTOSAR/AUTOSAR4p0/IFL
/MATLAB/toolbox/coder/foundation/tfl/AUTOSAR/AUTOSAR4p0/IFX
/MATLAB/toolbox/coder/foundation/tfl/gui
/MATLAB/toolbox/coder/half
/MATLAB/toolbox/coder/objectives
/MATLAB/toolbox/coder/profile
/MATLAB/toolbox/coder/rtiostream
/MATLAB/toolbox/coder/simulinkcoder
/MATLAB/toolbox/coder/simulinkcoder/cgv/API
/MATLAB/toolbox/coder/simulinkcoder/targets
/MATLAB/toolbox/coder/simulinkcoder/toolstripHW/m
/MATLAB/toolbox/coder/simulinkcoder/xil/toolstrip/m
/MATLAB/toolbox/coder/simulinkcoder_app/code_perspective
/MATLAB/toolbox/coder/simulinkcoder_app/core
/MATLAB/toolbox/coder/simulinkcoder_app/dplDlg
/MATLAB/toolbox/coder/simulinkcoder_app/quick_start/m
/MATLAB/toolbox/coder/simulinkcoder_app/report
/MATLAB/toolbox/coder/simulinkcoder_app/sdp/m
/MATLAB/toolbox/coder/simulinkcoder_app/slfpc
/MATLAB/toolbox/coder/simulinkcoder_app/toolstrip/m
/MATLAB/toolbox/coder/simulinkcoder_app/ui
/MATLAB/toolbox/coder/simulinkcoder_core
/MATLAB/toolbox/coder/simulinkcoder_core/templates
/MATLAB/toolbox/coder/simulinkcoder_preview/m
/MATLAB/toolbox/coder/sltoolstrip_base_hw/m
/MATLAB/toolbox/coder/targetreg
/MATLAB/toolbox/coder/trace
/MATLAB/toolbox/coder/wizard
/MATLAB/toolbox/coder/xcp
/MATLAB/toolbox/coder/xcp_on_can
/MATLAB/toolbox/coder/xrel
/MATLAB/toolbox/coder/xrelimport
/MATLAB/toolbox/collaboration/comments/mi/m
/MATLAB/toolbox/comm/cdma2000
/MATLAB/toolbox/comm/comm
/MATLAB/toolbox/comm/comm/compiled
/MATLAB/toolbox/comm/comm/wavegenApp
/MATLAB/toolbox/comm/commdemos
/MATLAB/toolbox/comm/commdeprecated
/MATLAB/toolbox/comm/commhdloptimized
/MATLAB/toolbox/comm/commhdloptimized/commutilities
/MATLAB/toolbox/comm/commutilities
/MATLAB/toolbox/comm/commutilities/comminit
/MATLAB/toolbox/comm/commutilities/commmex
/MATLAB/toolbox/comm/templates
/MATLAB/toolbox/comm/webscopes/constellationdiagramutils
/MATLAB/toolbox/comm/webscopes/mlconstellationdiagram
/MATLAB/toolbox/comm/webscopes/slconstellationdiagram
/MATLAB/toolbox/comparisons/binary/mldesktop/matlab
/MATLAB/toolbox/comparisons/cfb/action_ui/matlab
/MATLAB/toolbox/comparisons/folder/mldesktop/matlab
/MATLAB/toolbox/comparisons/highlight/matlab
/MATLAB/toolbox/comparisons/mat/mldesktop/matlab
/MATLAB/toolbox/comparisons/mldesktop/matlab
/MATLAB/toolbox/comparisons/text/mldesktop/matlab
/MATLAB/toolbox/comparisons/text/view/rptgen/matlab
/MATLAB/toolbox/comparisons/tree/mlutils
/MATLAB/toolbox/comparisons/tree/view/rptgen
/MATLAB/toolbox/comparisons/view/edits
/MATLAB/toolbox/comparisons/view/mf0edits
/MATLAB/toolbox/comparisons/view/web3/matlab
/MATLAB/toolbox/comparisons/zip/mldesktop/matlab
/MATLAB/toolbox/compiler
/MATLAB/toolbox/compiler/cli/build
/MATLAB/toolbox/compiler/cli/deploymentScript
/MATLAB/toolbox/compiler/cli/legacy_project
/MATLAB/toolbox/compiler/cli/package
/MATLAB/toolbox/compiler/compilerdemos
/MATLAB/toolbox/compiler/java
/MATLAB/toolbox/compiler/mlhadoop
/MATLAB/toolbox/compiler/mlspark
/MATLAB/toolbox/compiler/mltall
/MATLAB/toolbox/compiler/ui/package_dialog
/MATLAB/toolbox/compiler/userinfo
/MATLAB/toolbox/compiler/utils/utils
/MATLAB/toolbox/compiler_sdk
/MATLAB/toolbox/compiler_sdk/cli/build
/MATLAB/toolbox/compiler_sdk/cli/deploymentScript
/MATLAB/toolbox/compiler_sdk/cli/legacy_project
/MATLAB/toolbox/compiler_sdk/cli/package
/MATLAB/toolbox/compiler_sdk/getting_started/src
/MATLAB/toolbox/compiler_sdk/java
/MATLAB/toolbox/compiler_sdk/samples/cli/src
/MATLAB/toolbox/compiler_sdk/samples/cppdata/src
/MATLAB/toolbox/compiler_sdk/samples/cppmwarray/src
/MATLAB/toolbox/compiler_sdk/samples/dotnet/src
/MATLAB/toolbox/compiler_sdk/samples/dotnet_mda/src
/MATLAB/toolbox/compiler_sdk/samples/interface/src
/MATLAB/toolbox/compiler_sdk/samples/java/src
/MATLAB/toolbox/compiler_sdk/samples/mparser/src
/MATLAB/toolbox/compiler_sdk/samples/python/src
/MATLAB/toolbox/control/control
/MATLAB/toolbox/control/ctrlanalysis
/MATLAB/toolbox/control/ctrldemos
/MATLAB/toolbox/control/ctrldesign
/MATLAB/toolbox/control/ctrlguis
/MATLAB/toolbox/control/ctrlmodels
/MATLAB/toolbox/control/ctrlobsolete
/MATLAB/toolbox/control/ctrlplots
/MATLAB/toolbox/control/ctrlutil
/MATLAB/toolbox/curvefit/curvefit
/MATLAB/toolbox/curvefit/curvefitdemos
/MATLAB/toolbox/curvefit/curvefitterapp
/MATLAB/toolbox/curvefit/splines
/MATLAB/toolbox/da
/MATLAB/toolbox/dashboard/algorithms/ml
/MATLAB/toolbox/dashboard/api/ml
/MATLAB/toolbox/dashboard/datamodel_ml/ml
/MATLAB/toolbox/dashboard/demos
/MATLAB/toolbox/dashboard/fxp_algorithm_factory/ml
/MATLAB/toolbox/dashboard/report_service/ml
/MATLAB/toolbox/dashboard/sl_algorithm_factory/ml
/MATLAB/toolbox/dashboard/slcov_algorithm_factory/ml
/MATLAB/toolbox/dashboard/slreq_algorithm_factory/ml
/MATLAB/toolbox/dashboard/sltest_algorithm_factory/ml
/MATLAB/toolbox/dashboard/ui/ml
/MATLAB/toolbox/dashboard/uidatamodel/ml
/MATLAB/toolbox/database/database
/MATLAB/toolbox/database/database/cassandra
/MATLAB/toolbox/database/database/jdbc
/MATLAB/toolbox/database/database/mariadb
/MATLAB/toolbox/database/database/mongo
/MATLAB/toolbox/database/database/neo4j
/MATLAB/toolbox/database/database/odbc
/MATLAB/toolbox/database/database/postgresql
/MATLAB/toolbox/database/database/shared
/MATLAB/toolbox/database/database/sqlite
/MATLAB/toolbox/database/dbdata
/MATLAB/toolbox/datafeed/datafeed
/MATLAB/toolbox/datafeed/datafeeddemos
/MATLAB/toolbox/datafeed/dfgui
/MATLAB/toolbox/diagram/editor/web/m
/MATLAB/toolbox/diagram/layout/treelayout
/MATLAB/toolbox/diagram/markup
/MATLAB/toolbox/dig/src
/MATLAB/toolbox/driving/driving
/MATLAB/toolbox/driving/drivingdata
/MATLAB/toolbox/driving/drivingdemos
/MATLAB/toolbox/driving/drivingutilities
/MATLAB/toolbox/dsp/dsp
/MATLAB/toolbox/dsp/dsp/compiled
/MATLAB/toolbox/dsp/dsphdl
/MATLAB/toolbox/dsp/dsphdl/dsputilities
/MATLAB/toolbox/dsp/dsputilities
/MATLAB/toolbox/dsp/dsputilities/crl
/MATLAB/toolbox/dsp/dsputilities/dspinit
/MATLAB/toolbox/dsp/dsputilities/dspmex
/MATLAB/toolbox/dsp/dsputilities/dsptoc
/MATLAB/toolbox/dsp/dsputilities/dsptransform
/MATLAB/toolbox/dsp/dsputilities/dspupgrade
/MATLAB/toolbox/dsp/filterdesign
/MATLAB/toolbox/dsp/halidesim
/MATLAB/toolbox/dsp/samples
/MATLAB/toolbox/dsp/templates
/MATLAB/toolbox/econ/econ
/MATLAB/toolbox/econ/econGUIs
/MATLAB/toolbox/econ/econdata
/MATLAB/toolbox/edalink/edalink
/MATLAB/toolbox/edalink/extensions/incisive/incisive
/MATLAB/toolbox/edalink/extensions/incisive/incisivedemos
/MATLAB/toolbox/edalink/extensions/modelsim/modelsim
/MATLAB/toolbox/edalink/extensions/modelsim/modelsimdemos
/MATLAB/toolbox/edalink/extensions/vivadosim/vivadosim
/MATLAB/toolbox/edalink/foundation/hdllink
/MATLAB/toolbox/edalink/sltoolstrip/m
/MATLAB/toolbox/eml/eml
/MATLAB/toolbox/evolutions/evolutions
/MATLAB/toolbox/experiments/dl_templates/experiments
/MATLAB/toolbox/experiments/experiments
/MATLAB/toolbox/finance/bigdata
/MATLAB/toolbox/finance/calendar
/MATLAB/toolbox/finance/finance
/MATLAB/toolbox/finance/findemos
/MATLAB/toolbox/finance/finsupport
/MATLAB/toolbox/finance/ftseries
/MATLAB/toolbox/fininst/fininst
/MATLAB/toolbox/fininst/fininstdemos
/MATLAB/toolbox/fininst/fininstguis
/MATLAB/toolbox/fixedpoint/embeddedlib
/MATLAB/toolbox/fixedpoint/embeddedlibhdl
/MATLAB/toolbox/fixedpoint/fidemos
/MATLAB/toolbox/fixedpoint/fixedpoint
/MATLAB/toolbox/fixedpoint/fixedpointconverter
/MATLAB/toolbox/fixedpoint/fixedpointtool
/MATLAB/toolbox/fixedpoint/simulinkfixedpoint
/MATLAB/toolbox/fixedpoint/ui/nedFunctionApproximationTool
/MATLAB/toolbox/fixedpoint/ui/nedNumericTypeScope
/MATLAB/toolbox/fixedpoint/ui/nedParameterAnalyzer
/MATLAB/toolbox/fixedpoint/ui/nedVisuals
/MATLAB/toolbox/fixpoint
/MATLAB/toolbox/fixpoint/fixed
/MATLAB/toolbox/fixpoint/fxptopo
/MATLAB/toolbox/fixpoint/restorepoint
/MATLAB/toolbox/fusion/fusion
/MATLAB/toolbox/fusion/fusiondata
/MATLAB/toolbox/fusion/simulink
/MATLAB/toolbox/fuzzy/fuzzy
/MATLAB/toolbox/fuzzy/fuzzyutil
/MATLAB/toolbox/geoweb/geoweb
/MATLAB/toolbox/globaloptim
/MATLAB/toolbox/globaloptim/globaloptim
/MATLAB/toolbox/gpucoder_dl_targets_src
/MATLAB/toolbox/hdlcoder/filters
/MATLAB/toolbox/hdlcoder/hdlcoder
/MATLAB/toolbox/hdlcoder/hdlcoder/hdlutils
/MATLAB/toolbox/hdlcoder/hdlcoder/hdlwa
/MATLAB/toolbox/hdlcoder/hdlcoderdemos
/MATLAB/toolbox/hdlcoder/hdlcoderdemos/hdlframedemos
/MATLAB/toolbox/hdlcoder/hdlcoderdemos/matlabhdlcoderdemos
/MATLAB/toolbox/hdlcoder/hdlcoderdemos/simscapehdldemos
/MATLAB/toolbox/hdlcoder/hdlcommon
/MATLAB/toolbox/hdlcoder/hdlcommon/mapping
/MATLAB/toolbox/hdlcoder/hdlcommon/mapping/ui
/MATLAB/toolbox/hdlcoder/hdlcommon/modelcheckeradvisor
/MATLAB/toolbox/hdlcoder/hdllib/ml_lib
/MATLAB/toolbox/hdlcoder/hdllib/sl_lib
/MATLAB/toolbox/hdlcoder/hdlslrt
/MATLAB/toolbox/hdlcoder/hdlssc
/MATLAB/toolbox/hdlcoder/hdlssc/hdlsscworkflowadvisor
/MATLAB/toolbox/hdlcoder/matlabhdlcoder
/MATLAB/toolbox/hdlcoder/matlabhdlcoder/matlabhdlcoder
/MATLAB/toolbox/hdlcoder/slhdltemplates
/MATLAB/toolbox/hdlcoder/toolstrip/mfiles
/MATLAB/toolbox/hdlfilter/hdlfilter
/MATLAB/toolbox/hdlverifier/dpigenerator
/MATLAB/toolbox/hdlverifier/dpigenerator/dpiblklib
/MATLAB/toolbox/hdlverifier/dpigenerator/rtw
/MATLAB/toolbox/hdlverifier/dpigenerator/src
/MATLAB/toolbox/hdlverifier/dpigenerator/src/dpiblkscb
/MATLAB/toolbox/hdlverifier/hdlverifier
/MATLAB/toolbox/hdlverifier/hdlverifier_examples
/MATLAB/toolbox/hdlverifier/uvmgenerator
/MATLAB/toolbox/hdlverifier/uvmgenerator/src
/MATLAB/toolbox/icomm/apps/provider
/MATLAB/toolbox/icomm/icomm
/MATLAB/toolbox/icomm/modbus/apps/modbusapplet
/MATLAB/toolbox/icomm/modbus/modbus
/MATLAB/toolbox/icomm/mqtt/mqtt
/MATLAB/toolbox/icomm/opc/opc
/MATLAB/toolbox/icomm/opc/opcblks/opcblks
/MATLAB/toolbox/icomm/opc/opcblks/opcmasks
/MATLAB/toolbox/icomm/opc/opcgui
/MATLAB/toolbox/icomm/osisoftpi/piclient
/MATLAB/toolbox/idelink/foundation
/MATLAB/toolbox/idelink/foundation/errorhandler
/MATLAB/toolbox/idelink/foundation/hookpoints
/MATLAB/toolbox/idelink/foundation/util
/MATLAB/toolbox/idelink/foundation/xmakefile
/MATLAB/toolbox/ident/iddemos
/MATLAB/toolbox/ident/iddemos/examples
/MATLAB/toolbox/ident/ident
/MATLAB/toolbox/ident/idguis
/MATLAB/toolbox/ident/idhelp
/MATLAB/toolbox/ident/idobsolete
/MATLAB/toolbox/ident/idrecursive
/MATLAB/toolbox/ident/idutils
/MATLAB/toolbox/ident/nlident
/MATLAB/toolbox/images/colorspaces
/MATLAB/toolbox/images/deep
/MATLAB/toolbox/images/images
/MATLAB/toolbox/images/imdata
/MATLAB/toolbox/images/imuitools
/MATLAB/toolbox/images/iptformats
/MATLAB/toolbox/images/iptutils
/MATLAB/toolbox/images/volume
/MATLAB/toolbox/imaq/apps/imaqapplet
/MATLAB/toolbox/imaq/apps/provider
/MATLAB/toolbox/imaq/imaq
/MATLAB/toolbox/imaq/imaqblks/imaqblks
/MATLAB/toolbox/imaq/imaqblks/imaqmasks
/MATLAB/toolbox/imaq/imaqblks/imaqmex
/MATLAB/toolbox/imaq/imaqdemos
/MATLAB/toolbox/imaq/preferences
/MATLAB/toolbox/instrument/instrument
/MATLAB/toolbox/instrument/instrument/stubs
/MATLAB/toolbox/instrument/instrumentblks
/MATLAB/toolbox/instrument/instrumentblks/instrumentblks
/MATLAB/toolbox/instrument/instrumentblks/instrumentmasks
/MATLAB/toolbox/instrument/instrumentblks/instrumentmex
/MATLAB/toolbox/instrument/interface/tcpserver
/MATLAB/toolbox/instrument/interface/udpport
/MATLAB/toolbox/instrument/interface/udpport/apps/udpportapp
/MATLAB/toolbox/instrument/interface/visalib
/MATLAB/toolbox/instrument/interface/visalib/apps/visadevapp
/MATLAB/toolbox/learning/simulink/core/m
/MATLAB/toolbox/livecode/comparisons/mldesktop/matlab
/MATLAB/toolbox/lte/lte
/MATLAB/toolbox/lte/umts
/MATLAB/toolbox/lutdesigner
/MATLAB/toolbox/map/graphics
/MATLAB/toolbox/map/map
/MATLAB/toolbox/map/mapdata
/MATLAB/toolbox/map/mapdisp
/MATLAB/toolbox/map/mapformats
/MATLAB/toolbox/map/mapgeodesy
/MATLAB/toolbox/map/mapobsolete
/MATLAB/toolbox/map/mapproj
/MATLAB/toolbox/matlabcoder_dl_targets_src
/MATLAB/toolbox/mlreportgen/rpt2api
/MATLAB/toolbox/mpc/mpc
/MATLAB/toolbox/mpc/mpcdemos
/MATLAB/toolbox/mpc/mpcguis
/MATLAB/toolbox/mpc/mpcobsolete
/MATLAB/toolbox/mpc/mpcutils
/MATLAB/toolbox/mps/discovery
/MATLAB/toolbox/mps/json
/MATLAB/toolbox/mps/metrics
/MATLAB/toolbox/mps/persistence
/MATLAB/toolbox/msblks/helperfiles
/MATLAB/toolbox/msblks/msblks
/MATLAB/toolbox/msblks/msblksmex
/MATLAB/toolbox/msblks/msblksutilities
/MATLAB/toolbox/multisim
/MATLAB/toolbox/nav/nav
/MATLAB/toolbox/nav/navalgs
/MATLAB/toolbox/nav/navalgs2
/MATLAB/toolbox/nav/navsimulink
/MATLAB/toolbox/nav/navsimulink/blockicons
/MATLAB/toolbox/nav/navslamapp
/MATLAB/toolbox/nav/positioning/positioning
/MATLAB/toolbox/nav/positioning/positioningdata
/MATLAB/toolbox/nnet
/MATLAB/toolbox/nnet/cnn
/MATLAB/toolbox/nnet/cnn/spkgs
/MATLAB/toolbox/nnet/deep
/MATLAB/toolbox/nnet/deep_blocks
/MATLAB/toolbox/nnet/deepapp
/MATLAB/toolbox/nnet/deepcoder
/MATLAB/toolbox/nnet/deepmonitor
/MATLAB/toolbox/nnet/deepviz
/MATLAB/toolbox/nnet/deepviz/lime
/MATLAB/toolbox/nnet/nnapp
/MATLAB/toolbox/nnet/nncontrol
/MATLAB/toolbox/nnet/nncontrol/blocks
/MATLAB/toolbox/nnet/nndemos
/MATLAB/toolbox/nnet/nndemos/nndatasets
/MATLAB/toolbox/nnet/nnet
/MATLAB/toolbox/nnet/nnet/nnadapt
/MATLAB/toolbox/nnet/nnet/nndatafun
/MATLAB/toolbox/nnet/nnet/nnderivative
/MATLAB/toolbox/nnet/nnet/nndistance
/MATLAB/toolbox/nnet/nnet/nndivision
/MATLAB/toolbox/nnet/nnet/nninitlayer
/MATLAB/toolbox/nnet/nnet/nninitnetwork
/MATLAB/toolbox/nnet/nnet/nninitweight
/MATLAB/toolbox/nnet/nnet/nnlearn
/MATLAB/toolbox/nnet/nnet/nnnetfun
/MATLAB/toolbox/nnet/nnet/nnnetinput
/MATLAB/toolbox/nnet/nnet/nnnetwork
/MATLAB/toolbox/nnet/nnet/nnperformance
/MATLAB/toolbox/nnet/nnet/nnplot
/MATLAB/toolbox/nnet/nnet/nnprocess
/MATLAB/toolbox/nnet/nnet/nnsearch
/MATLAB/toolbox/nnet/nnet/nntopology
/MATLAB/toolbox/nnet/nnet/nntrain
/MATLAB/toolbox/nnet/nnet/nntransfer
/MATLAB/toolbox/nnet/nnet/nnweight
/MATLAB/toolbox/nnet/nnguis
/MATLAB/toolbox/nnet/nnobsolete
/MATLAB/toolbox/nnet/nnutils
/MATLAB/toolbox/nnet/nnviz
/MATLAB/toolbox/optim
/MATLAB/toolbox/optim/gui
/MATLAB/toolbox/optim/optim
/MATLAB/toolbox/optim/problemdef
/MATLAB/toolbox/parallel
/MATLAB/toolbox/parallel/array
/MATLAB/toolbox/parallel/bigdata
/MATLAB/toolbox/parallel/cluster
/MATLAB/toolbox/parallel/cluster/discovery
/MATLAB/toolbox/parallel/distcomp
/MATLAB/toolbox/parallel/gpu
/MATLAB/toolbox/parallel/lang
/MATLAB/toolbox/parallel/mpi
/MATLAB/toolbox/parallel/mpi/profilerviewer
/MATLAB/toolbox/parallel/parallel
/MATLAB/toolbox/parallel/parallel/util
/MATLAB/toolbox/parallel/pctdemos
/MATLAB/toolbox/parallel/user
/MATLAB/toolbox/parallel/web/plugins/runasbatchjob/matlab
/MATLAB/toolbox/parallel/web/preferences/src
/MATLAB/toolbox/pde
/MATLAB/toolbox/pde/pdedata
/MATLAB/toolbox/phased/phased
/MATLAB/toolbox/phased/phased/webscopes/slatiwebscope
/MATLAB/toolbox/phased/phased/webscopes/sldtiwebscope
/MATLAB/toolbox/phased/phased/webscopes/slrtiwebscope
/MATLAB/toolbox/phased/phasedapps
/MATLAB/toolbox/physmod/battery/shared_library/m
/MATLAB/toolbox/physmod/battery/shared_utils/m
/MATLAB/toolbox/physmod/common/data/mli/m
/MATLAB/toolbox/physmod/common/data2/mli/m
/MATLAB/toolbox/physmod/common/data2/mli/n
/MATLAB/toolbox/physmod/common/dataservices/gui/m
/MATLAB/toolbox/physmod/common/dataservices/gui/m/state
/MATLAB/toolbox/physmod/common/dataservices/gui/m/state/toolstrip
/MATLAB/toolbox/physmod/common/dataservices/mli/m
/MATLAB/toolbox/physmod/common/dataservices/sli/m
/MATLAB/toolbox/physmod/common/deploy/sli/m
/MATLAB/toolbox/physmod/common/exec/mli/m
/MATLAB/toolbox/physmod/common/external/library/m
/MATLAB/toolbox/physmod/common/external/mli/m
/MATLAB/toolbox/physmod/common/foundation/mli/m
/MATLAB/toolbox/physmod/common/foundation/sli/m
/MATLAB/toolbox/physmod/common/gl/mli/m
/MATLAB/toolbox/physmod/common/gl/sli/m
/MATLAB/toolbox/physmod/common/gui/mli/m
/MATLAB/toolbox/physmod/common/logging/mli/m
/MATLAB/toolbox/physmod/common/logging/sli/m
/MATLAB/toolbox/physmod/common/logging2/mli/m
/MATLAB/toolbox/physmod/common/op/mli/m
/MATLAB/toolbox/physmod/common/pi/sli/m
/MATLAB/toolbox/physmod/common/statistics/gui/m
/MATLAB/toolbox/physmod/common/statistics/mli/m
/MATLAB/toolbox/physmod/common/ui/mli/m
/MATLAB/toolbox/physmod/common/units/mli/m
/MATLAB/toolbox/physmod/common/units2/mli/m
/MATLAB/toolbox/physmod/elec/analysis/m
/MATLAB/toolbox/physmod/elec/assistant/m
/MATLAB/toolbox/physmod/elec/assistant/m/convclass
/MATLAB/toolbox/physmod/elec/assistant/m/convclass/conv
/MATLAB/toolbox/physmod/elec/assistant/m/convclass/conv/sl
/MATLAB/toolbox/physmod/elec/assistant/m/utils
/MATLAB/toolbox/physmod/elec/eedemos
/MATLAB/toolbox/physmod/elec/eedemos/applications/ADC_DAC
/MATLAB/toolbox/physmod/elec/eedemos/applications/amplifiers
/MATLAB/toolbox/physmod/elec/eedemos/applications/communications
/MATLAB/toolbox/physmod/elec/eedemos/applications/devicecharacteristics
/MATLAB/toolbox/physmod/elec/eedemos/applications/electricdrives
/MATLAB/toolbox/physmod/elec/eedemos/applications/energystorage
/MATLAB/toolbox/physmod/elec/eedemos/applications/filters
/MATLAB/toolbox/physmod/elec/eedemos/applications/highpowerconverters
/MATLAB/toolbox/physmod/elec/eedemos/applications/logic
/MATLAB/toolbox/physmod/elec/eedemos/applications/lowpowerconverters
/MATLAB/toolbox/physmod/elec/eedemos/applications/oscillators
/MATLAB/toolbox/physmod/elec/eedemos/applications/powergrids
/MATLAB/toolbox/physmod/elec/eedemos/applications/renewables
/MATLAB/toolbox/physmod/elec/eedemos/applications/robotics
/MATLAB/toolbox/physmod/elec/eedemos/applications/thermal
/MATLAB/toolbox/physmod/elec/eedemos/applications/vehiclesystems
/MATLAB/toolbox/physmod/elec/eedemos/doc
/MATLAB/toolbox/physmod/elec/library/m
/MATLAB/toolbox/physmod/elec/sli/m
/MATLAB/toolbox/physmod/elec/sli/sfun
/MATLAB/toolbox/physmod/elec/spice/mosfets/m
/MATLAB/toolbox/physmod/elec/spice2ssc/m
/MATLAB/toolbox/physmod/elec/stubs/elec/m
/MATLAB/toolbox/physmod/elec/stubs/pe/m
/MATLAB/toolbox/physmod/elec/stubs/pe/sli
/MATLAB/toolbox/physmod/elec/templates
/MATLAB/toolbox/physmod/elec/utils/m
/MATLAB/toolbox/physmod/fluids/fluids
/MATLAB/toolbox/physmod/fluids/utils
/MATLAB/toolbox/physmod/ne_sli/ne_sli
/MATLAB/toolbox/physmod/network_engine/network_engine
/MATLAB/toolbox/physmod/pm_sli/pm_sli
/MATLAB/toolbox/physmod/powersys/DR/DR
/MATLAB/toolbox/physmod/powersys/demos
/MATLAB/toolbox/physmod/powersys/demos/analysis
/MATLAB/toolbox/physmod/powersys/demos/control
/MATLAB/toolbox/physmod/powersys/demos/doc
/MATLAB/toolbox/physmod/powersys/demos/intro
/MATLAB/toolbox/physmod/powersys/demos/machines
/MATLAB/toolbox/physmod/powersys/demos/motordrives
/MATLAB/toolbox/physmod/powersys/demos/powerconverters
/MATLAB/toolbox/physmod/powersys/demos/powergrid
/MATLAB/toolbox/physmod/powersys/demos/renewables
/MATLAB/toolbox/physmod/powersys/drives/drives
/MATLAB/toolbox/physmod/powersys/drives/drivesdemo
/MATLAB/toolbox/physmod/powersys/facts/facts
/MATLAB/toolbox/physmod/powersys/library
/MATLAB/toolbox/physmod/powersys/library/control
/MATLAB/toolbox/physmod/powersys/library/electricalmachines
/MATLAB/toolbox/physmod/powersys/library/passives
/MATLAB/toolbox/physmod/powersys/library/powerelectronics
/MATLAB/toolbox/physmod/powersys/library/powergridelements
/MATLAB/toolbox/physmod/powersys/library/sensorsandmeasurements
/MATLAB/toolbox/physmod/powersys/library/sources
/MATLAB/toolbox/physmod/powersys/library/utilities
/MATLAB/toolbox/physmod/powersys/powersys
/MATLAB/toolbox/physmod/powersys/templates
/MATLAB/toolbox/physmod/sdl/advisor/m
/MATLAB/toolbox/physmod/sdl/classic
/MATLAB/toolbox/physmod/sdl/classic/blockIcons
/MATLAB/toolbox/physmod/sdl/sdl
/MATLAB/toolbox/physmod/sdl/sdldemos
/MATLAB/toolbox/physmod/sdl/sdldemos/doc
/MATLAB/toolbox/physmod/sh/advisor/m
/MATLAB/toolbox/physmod/sh/sh
/MATLAB/toolbox/physmod/sh/sh_legacy
/MATLAB/toolbox/physmod/sh/shdemos
/MATLAB/toolbox/physmod/sh/shdemos/doc
/MATLAB/toolbox/physmod/sh/utils
/MATLAB/toolbox/physmod/simrf/m
/MATLAB/toolbox/physmod/simscape/advisor/m
/MATLAB/toolbox/physmod/simscape/compiler/mli/m
/MATLAB/toolbox/physmod/simscape/compiler/patterns/m
/MATLAB/toolbox/physmod/simscape/compiler/sli/m
/MATLAB/toolbox/physmod/simscape/couplers/m
/MATLAB/toolbox/physmod/simscape/domains/mli/m
/MATLAB/toolbox/physmod/simscape/engine/library/m
/MATLAB/toolbox/physmod/simscape/engine/mli/m
/MATLAB/toolbox/physmod/simscape/engine/sli/m
/MATLAB/toolbox/physmod/simscape/fault/m
/MATLAB/toolbox/physmod/simscape/foundation/simscape
/MATLAB/toolbox/physmod/simscape/gui/mli/m
/MATLAB/toolbox/physmod/simscape/language_editor/m
/MATLAB/toolbox/physmod/simscape/library/m
/MATLAB/toolbox/physmod/simscape/library/m/physical_signal_legacy
/MATLAB/toolbox/physmod/simscape/logging/sli/m
/MATLAB/toolbox/physmod/simscape/op/m
/MATLAB/toolbox/physmod/simscape/probe/m
/MATLAB/toolbox/physmod/simscape/reg/m
/MATLAB/toolbox/physmod/simscape/simscape/m
/MATLAB/toolbox/physmod/simscape/simscapedemos
/MATLAB/toolbox/physmod/simscape/simscapedemos/doc
/MATLAB/toolbox/physmod/simscape/sl_toolstrip/m
/MATLAB/toolbox/physmod/simscape/solver/m
/MATLAB/toolbox/physmod/simscape/templates
/MATLAB/toolbox/physmod/simscape/utils/m
/MATLAB/toolbox/physmod/sm/core/m
/MATLAB/toolbox/physmod/sm/foundation/mech
/MATLAB/toolbox/physmod/sm/gui/app/m
/MATLAB/toolbox/physmod/sm/gui/gfx/m
/MATLAB/toolbox/physmod/sm/import/m
/MATLAB/toolbox/physmod/sm/local/m
/MATLAB/toolbox/physmod/sm/mli/m
/MATLAB/toolbox/physmod/sm/sli/m
/MATLAB/toolbox/physmod/sm/sli/m/dialog
/MATLAB/toolbox/physmod/sm/sli/m/dialog/toolstrip
/MATLAB/toolbox/physmod/sm/sm/m
/MATLAB/toolbox/physmod/sm/smdemos
/MATLAB/toolbox/physmod/sm/smdemos/backhoe
/MATLAB/toolbox/physmod/sm/smdemos/block_tackle
/MATLAB/toolbox/physmod/sm/smdemos/block_tackle/images
/MATLAB/toolbox/physmod/sm/smdemos/bread_slicer
/MATLAB/toolbox/physmod/sm/smdemos/bread_slicer/images
/MATLAB/toolbox/physmod/sm/smdemos/bumper_car
/MATLAB/toolbox/physmod/sm/smdemos/bumper_car/images
/MATLAB/toolbox/physmod/sm/smdemos/cable_robot
/MATLAB/toolbox/physmod/sm/smdemos/cable_xy_table
/MATLAB/toolbox/physmod/sm/smdemos/cable_xy_table/images
/MATLAB/toolbox/physmod/sm/smdemos/cam_flapping_wing
/MATLAB/toolbox/physmod/sm/smdemos/car_4post_testrig
/MATLAB/toolbox/physmod/sm/smdemos/car_4post_testrig/images
/MATLAB/toolbox/physmod/sm/smdemos/car_heave_roll
/MATLAB/toolbox/physmod/sm/smdemos/cardan_gear
/MATLAB/toolbox/physmod/sm/smdemos/cardan_gear/images
/MATLAB/toolbox/physmod/sm/smdemos/carousel
/MATLAB/toolbox/physmod/sm/smdemos/cart_double_pendulum
/MATLAB/toolbox/physmod/sm/smdemos/cart_double_pendulum/images
/MATLAB/toolbox/physmod/sm/smdemos/common_gear
/MATLAB/toolbox/physmod/sm/smdemos/common_gear/images
/MATLAB/toolbox/physmod/sm/smdemos/doc
/MATLAB/toolbox/physmod/sm/smdemos/doc/beams
/MATLAB/toolbox/physmod/sm/smdemos/doc/bevel_gear
/MATLAB/toolbox/physmod/sm/smdemos/doc/common_gear_external
/MATLAB/toolbox/physmod/sm/smdemos/doc/common_gear_internal
/MATLAB/toolbox/physmod/sm/smdemos/doc/inertias
/MATLAB/toolbox/physmod/sm/smdemos/doc/poc_cam
/MATLAB/toolbox/physmod/sm/smdemos/doc/poc_flap
/MATLAB/toolbox/physmod/sm/smdemos/doc/pulleys
/MATLAB/toolbox/physmod/sm/smdemos/doc/pulleys/images
/MATLAB/toolbox/physmod/sm/smdemos/doc/rack_and_pinion
/MATLAB/toolbox/physmod/sm/smdemos/doc/worm_and_gear
/MATLAB/toolbox/physmod/sm/smdemos/double_crank_aiming
/MATLAB/toolbox/physmod/sm/smdemos/double_crank_aiming/images
/MATLAB/toolbox/physmod/sm/smdemos/double_wishbone_suspension
/MATLAB/toolbox/physmod/sm/smdemos/double_wishbone_suspension/images
/MATLAB/toolbox/physmod/sm/smdemos/drive_right_angle
/MATLAB/toolbox/physmod/sm/smdemos/drive_right_angle/images
/MATLAB/toolbox/physmod/sm/smdemos/dump_trailer
/MATLAB/toolbox/physmod/sm/smdemos/elevator
/MATLAB/toolbox/physmod/sm/smdemos/elevator/images
/MATLAB/toolbox/physmod/sm/smdemos/flexible_dipper_arm
/MATLAB/toolbox/physmod/sm/smdemos/flexible_dipper_arm/data
/MATLAB/toolbox/physmod/sm/smdemos/flexible_dipper_arm/geometries
/MATLAB/toolbox/physmod/sm/smdemos/flexible_dipper_arm/images
/MATL...
So start with the basic tests, and see where fit went.