Make command line returns appear on separate lines, not one semi-colon-delimited line

34 views (last 30 days)
I just started using MATLAB 2025b and command line returns (eg genpath(pwd)) appear on a single line. I want them to appear on separate lines. How do I do that?
  4 Comments
Steven Lord
Steven Lord on 26 Nov 2025 at 18:14
You'll have to split the path yourself. To do that at a specific character, use the split function. Rather than hard-coding the path separator, I used the pathsep function to indicate where to split. Because I avoided hard-coding, I don't need to know or care what architecture this code is running on.
P = genpath(fullfile(matlabroot, 'toolbox', 'matlab'))
P = '/MATLAB/toolbox/matlab:/MATLAB/toolbox/matlab/addon_enable_disable_management:/MATLAB/toolbox/matlab/addon_enable_disable_management/matlab:/MATLAB/toolbox/matlab/addon_updates:/MATLAB/toolbox/matlab/addon_updates/matlab:/MATLAB/toolbox/matlab/addons:/MATLAB/toolbox/matlab/addons/cef:/MATLAB/toolbox/matlab/addons/fileexchange:/MATLAB/toolbox/matlab/addons/release:/MATLAB/toolbox/matlab/addons/release/addons-ui:/MATLAB/toolbox/matlab/addons/release/derived:/MATLAB/toolbox/matlab/addons/release/derived/3p:/MATLAB/toolbox/matlab/addons/release/derived/3p/ui:/MATLAB/toolbox/matlab/addons/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/addons/release/dojo:/MATLAB/toolbox/matlab/addons/release/fonts:/MATLAB/toolbox/matlab/addons/release/images:/MATLAB/toolbox/matlab/addons/release/images/addon_thumbnails:/MATLAB/toolbox/matlab/addons/release/images/option_menu_icons:/MATLAB/toolbox/matlab/addons/release/rights:/MATLAB/toolbox/matlab/addons/supportpackages:/MATLAB/toolbox/matlab/addons_common:/MATLAB/toolbox/matlab/addons_common/matlab:/MATLAB/toolbox/matlab/addons_core_reg_point_api_impl:/MATLAB/toolbox/matlab/addons_desktop_registration:/MATLAB/toolbox/matlab/addons_desktop_registration/web:/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration:/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release:/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release/addons_desktop_registration-ui:/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release/derived:/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release/derived/3p:/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release/derived/3p/ui:/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release/images:/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release/rights:/MATLAB/toolbox/matlab/addons_detail:/MATLAB/toolbox/matlab/addons_detail/release:/MATLAB/toolbox/matlab/addons_detail/release/addonsdetail-ui:/MATLAB/toolbox/matlab/addons_detail/release/derived:/MATLAB/toolbox/matlab/addons_detail/release/derived/3p:/MATLAB/toolbox/matlab/addons_detail/release/derived/3p/ui:/MATLAB/toolbox/matlab/addons_detail/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/addons_detail/release/images:/MATLAB/toolbox/matlab/addons_detail/release/rights:/MATLAB/toolbox/matlab/addons_install_location:/MATLAB/toolbox/matlab/addons_install_location/matlab:/MATLAB/toolbox/matlab/addons_product:/MATLAB/toolbox/matlab/addons_product/images-product:/MATLAB/toolbox/matlab/addons_product_support:/MATLAB/toolbox/matlab/addons_product_support/matlab:/MATLAB/toolbox/matlab/addons_registry:/MATLAB/toolbox/matlab/addons_registry/matlab:/MATLAB/toolbox/matlab/addons_sidepanel:/MATLAB/toolbox/matlab/addons_sidepanel/matlab:/MATLAB/toolbox/matlab/addons_ui_core:/MATLAB/toolbox/matlab/addons_ui_core/release:/MATLAB/toolbox/matlab/addons_ui_core/release/derived:/MATLAB/toolbox/matlab/addons_ui_core/release/derived/3p:/MATLAB/toolbox/matlab/addons_ui_core/release/derived/3p/ui:/MATLAB/toolbox/matlab/addons_ui_core/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/addons_ui_core/release/images:/MATLAB/toolbox/matlab/addons_ui_core/release/rights:/MATLAB/toolbox/matlab/addons_ui_core/release/ui_core-ui:/MATLAB/toolbox/matlab/addons_zip:/MATLAB/toolbox/matlab/addons_zip/images-zip:/MATLAB/toolbox/matlab/appcontainer:/MATLAB/toolbox/matlab/appcontainer/web:/MATLAB/toolbox/matlab/appcontainer/web/appcontainer_ui:/MATLAB/toolbox/matlab/appcontainer/web/appcontainer_ui/css:/MATLAB/toolbox/matlab/appcontainer/web/release:/MATLAB/toolbox/matlab/appcontainer/web/release/appcontainer_ui:/MATLAB/toolbox/matlab/appcontainer/web/release/derived:/MATLAB/toolbox/matlab/appcontainer/web/release/derived/3p:/MATLAB/toolbox/matlab/appcontainer/web/release/derived/3p/ui:/MATLAB/toolbox/matlab/appcontainer/web/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/appcontainer/web/release/fonts:/MATLAB/toolbox/matlab/appcontainer/web/release/images:/MATLAB/toolbox/matlab/appcontainer/web/release/rights:/MATLAB/toolbox/matlab/appdesigner:/MATLAB/toolbox/matlab/appdesigner/app_artifact_generator:/MATLAB/toolbox/matlab/appdesigner/appdesigner:/MATLAB/toolbox/matlab/appdesigner/appdesigner/interface:/MATLAB/toolbox/matlab/appdesigner/appdesigner/runtime:/MATLAB/toolbox/matlab/appdesigner/appdesigner_api:/MATLAB/toolbox/matlab/appdesigner/cache_service:/MATLAB/toolbox/matlab/appdesigner/comparisons:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_js:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_js/release:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_js/release/appdesigner_comparison:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_js/release/derived:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_js/release/derived/3p:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_js/release/derived/3p/ui:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_js/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_js/release/fonts:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_js/release/images:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_js/release/rights:/MATLAB/toolbox/matlab/appdesigner/comparisons/mldesktop_m:/MATLAB/toolbox/matlab/appdesigner/matlab_integration:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/cfb:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/cfb/images:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/matlab_app_actions:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/matlab_app_actions/release:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/matlab_app_actions/release/derived:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/matlab_app_actions/release/derived/3p:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/matlab_app_actions/release/derived/3p/ui:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/matlab_app_actions/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/matlab_app_actions/release/matlab_app_actions:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/matlab_app_actions/release/rights:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/mlapp_preview:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/mlapp_preview/release:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/mlapp_preview/release/derived:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/mlapp_preview/release/derived/3p:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/mlapp_preview/release/derived/3p/ui:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/mlapp_preview/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/mlapp_preview/release/mlapp_preview:/MATLAB/toolbox/matlab/appdesigner/matlab_integration/cfb/mlapp_preview/release/rights:/MATLAB/toolbox/matlab/appdesigner/startscreen:/MATLAB/toolbox/matlab/appdesigner/startscreen/release:/MATLAB/toolbox/matlab/appdesigner/startscreen/release/appdesigner_startscreen:/MATLAB/toolbox/matlab/appdesigner/startscreen/release/derived:/MATLAB/toolbox/matlab/appdesigner/startscreen/release/derived/3p:/MATLAB/toolbox/matlab/appdesigner/startscreen/release/derived/3p/ui:/MATLAB/toolbox/matlab/appdesigner/startscreen/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/appdesigner/startscreen/release/fonts:/MATLAB/toolbox/matlab/appdesigner/startscreen/release/images:/MATLAB/toolbox/matlab/appdesigner/startscreen/release/rights:/MATLAB/toolbox/matlab/appdesigner/web:/MATLAB/toolbox/matlab/appdesigner/web/release:/MATLAB/toolbox/matlab/appdesigner/web/release/appdesigner:/MATLAB/toolbox/matlab/appdesigner/web/release/derived:/MATLAB/toolbox/matlab/appdesigner/web/release/derived/3p:/MATLAB/toolbox/matlab/appdesigner/web/release/derived/3p/ui:/MATLAB/toolbox/matlab/appdesigner/web/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/appdesigner/web/release/images:/MATLAB/toolbox/matlab/appdesigner/web/release/rights:/MATLAB/toolbox/matlab/apps:/MATLAB/toolbox/matlab/audiovideo:/MATLAB/toolbox/matlab/authnz:/MATLAB/toolbox/matlab/authnz/secretapis:/MATLAB/toolbox/matlab/authnz/secretapis/common:/MATLAB/toolbox/matlab/authnz/secretapis/common/utils:/MATLAB/toolbox/matlab/authnz/secretapis/privateBuiltins:/MATLAB/toolbox/matlab/authnz/secretapis/publicBuiltins:/MATLAB/toolbox/matlab/automation:/MATLAB/toolbox/matlab/automation/core:/MATLAB/toolbox/matlab/bigdata:/MATLAB/toolbox/matlab/bluetooth:/MATLAB/toolbox/matlab/buildtool:/MATLAB/toolbox/matlab/buildtool/core:/MATLAB/toolbox/matlab/buildtool/ext:/MATLAB/toolbox/matlab/buildtool/parallel:/MATLAB/toolbox/matlab/buildtool/project_toolstrip:/MATLAB/toolbox/matlab/buildtool/project_toolstrip/matlab:/MATLAB/toolbox/matlab/buildtool/project_toolstrip/release:/MATLAB/toolbox/matlab/buildtool/project_toolstrip/release/derived:/MATLAB/toolbox/matlab/buildtool/project_toolstrip/release/derived/3p:/MATLAB/toolbox/matlab/buildtool/project_toolstrip/release/derived/3p/ui:/MATLAB/toolbox/matlab/buildtool/project_toolstrip/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/buildtool/project_toolstrip/release/mbt-project-toolstrip-lib:/MATLAB/toolbox/matlab/buildtool/project_toolstrip/release/rights:/MATLAB/toolbox/matlab/buildtool/toolstrip:/MATLAB/toolbox/matlab/buildtool/toolstrip/matlab:/MATLAB/toolbox/matlab/buildtool/toolstrip/release:/MATLAB/toolbox/matlab/buildtool/toolstrip/release/derived:/MATLAB/toolbox/matlab/buildtool/toolstrip/release/derived/3p:/MATLAB/toolbox/matlab/buildtool/toolstrip/release/derived/3p/ui:/MATLAB/toolbox/matlab/buildtool/toolstrip/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/buildtool/toolstrip/release/rights:/MATLAB/toolbox/matlab/buildtool/toolstrip/release/toolstrip-lib:/MATLAB/toolbox/matlab/capabilities:/MATLAB/toolbox/matlab/cefclient:/MATLAB/toolbox/matlab/charts:/MATLAB/toolbox/matlab/charts/functionplots:/MATLAB/toolbox/matlab/codeanalysis:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/backend:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/analyzerrpt-ui:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/derived:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/derived/3p:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/derived/3p/ui:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/images:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/rights:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/toolbox:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/toolbox/matlab:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/toolbox/matlab/codeanalysis:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/toolbox/matlab/codeanalysis/analyzerrpt:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/toolbox/matlab/codeanalysis/analyzerrpt/web:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/analyzerrpt-ui:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/analyzerrpt-ui/images:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/ui:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/ui/icons:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/ui/icons/16x16:/MATLAB/toolbox/matlab/codeanalysis/analyzerrpt/web/analyzerrpt/release/ui/icons/24x24:/MATLAB/toolbox/matlab/codeanalysis/reports:/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/codetools/liveeditor:/MATLAB/toolbox/matlab/commandhistory:/MATLAB/toolbox/matlab/commandhistory/component:/MATLAB/toolbox/matlab/commandhistory/component/web:/MATLAB/toolbox/matlab/commandhistory/component/web/commandhistory:/MATLAB/toolbox/matlab/commandhistory/component/web/commandhistory/js:/MATLAB/toolbox/matlab/commandwindow:/MATLAB/toolbox/matlab/commandwindow/js:/MATLAB/toolbox/matlab/commandwindow/matlab:/MATLAB/toolbox/matlab/commandwindow/release:/MATLAB/toolbox/matlab/commandwindow/release/derived:/MATLAB/toolbox/matlab/commandwindow/release/derived/3p:/MATLAB/toolbox/matlab/commandwindow/release/derived/3p/ui:/MATLAB/toolbox/matlab/commandwindow/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/commandwindow/release/images:/MATLAB/toolbox/matlab/commandwindow/release/js:/MATLAB/toolbox/matlab/commandwindow/release/rights:/MATLAB/toolbox/matlab/comparisontools:/MATLAB/toolbox/matlab/comparisontools/diffmerge:/MATLAB/toolbox/matlab/comparisontools/diffmerge/release:/MATLAB/toolbox/matlab/comparisontools/diffmerge/release/derived:/MATLAB/toolbox/matlab/comparisontools/diffmerge/release/derived/3p:/MATLAB/toolbox/matlab/comparisontools/diffmerge/release/derived/3p/ui:/MATLAB/toolbox/matlab/comparisontools/diffmerge/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/comparisontools/diffmerge/release/diffmerge:/MATLAB/toolbox/matlab/comparisontools/diffmerge/release/fonts:/MATLAB/toolbox/matlab/comparisontools/diffmerge/release/images:/MATLAB/toolbox/matlab/comparisontools/diffmerge/release/rights:/MATLAB/toolbox/matlab/compatibility:/MATLAB/toolbox/matlab/configtools:/MATLAB/toolbox/matlab/connections_panel:/MATLAB/toolbox/matlab/connections_panel/matlab:/MATLAB/toolbox/matlab/connector2:/MATLAB/toolbox/matlab/connector2/binary:/MATLAB/toolbox/matlab/connector2/common:/MATLAB/toolbox/matlab/connector2/configuration:/MATLAB/toolbox/matlab/connector2/connector:/MATLAB/toolbox/matlab/connector2/connector/docroot:/MATLAB/toolbox/matlab/connector2/connector/docroot/css:/MATLAB/toolbox/matlab/connector2/connector/docroot/images:/MATLAB/toolbox/matlab/connector2/connector/docroot/js:/MATLAB/toolbox/matlab/connector2/connector/docroot/js/MW:/MATLAB/toolbox/matlab/connector2/connector/docroot/js/MW/remote:/MATLAB/toolbox/matlab/connector2/connector/docroot/js/MW/remote/iframeproxy:/MATLAB/toolbox/matlab/connector2/connector/docroot/serviceregistrylookup:/MATLAB/toolbox/matlab/connector2/connector/docroot/serviceregistrylookup/1:/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/shadowfiles/mappings:/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows:/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/codegen:/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/license:/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/more:/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/shadowtest:/MATLAB/toolbox/matlab/connector2/shadowfiles/shadows/ver:/MATLAB/toolbox/matlab/connector2/webwindow:/MATLAB/toolbox/matlab/connector2/webwindow/m:/MATLAB/toolbox/matlab/connector2/worker:/MATLAB/toolbox/matlab/container:/MATLAB/toolbox/matlab/container/zip:/MATLAB/toolbox/matlab/copilot:/MATLAB/toolbox/matlab/copilot/status:/MATLAB/toolbox/matlab/copilot/status/matlab:/MATLAB/toolbox/matlab/copilot/status/release:/MATLAB/toolbox/matlab/copilot/status/release/copilot_status_indicator:/MATLAB/toolbox/matlab/copilot/status/release/derived:/MATLAB/toolbox/matlab/copilot/status/release/derived/3p:/MATLAB/toolbox/matlab/copilot/status/release/derived/3p/ui:/MATLAB/toolbox/matlab/copilot/status/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/copilot/status/release/rights:/MATLAB/toolbox/matlab/custom_package_repository_connection:/MATLAB/toolbox/matlab/custom_package_repository_connection/matlab:/MATLAB/toolbox/matlab/custom_package_repository_connection/release:/MATLAB/toolbox/matlab/custom_package_repository_connection/release/custom-package-repository-connection:/MATLAB/toolbox/matlab/custom_package_repository_connection/release/derived:/MATLAB/toolbox/matlab/custom_package_repository_connection/release/derived/3p:/MATLAB/toolbox/matlab/custom_package_repository_connection/release/derived/3p/ui:/MATLAB/toolbox/matlab/custom_package_repository_connection/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/custom_package_repository_connection/release/rights:/MATLAB/toolbox/matlab/datafun:/MATLAB/toolbox/matlab/datamanager:/MATLAB/toolbox/matlab/datastoreio:/MATLAB/toolbox/matlab/datastoreio/jar:/MATLAB/toolbox/matlab/datatools:/MATLAB/toolbox/matlab/datatools/datatoolsservices:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/datatoolsservices:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/datatoolsservices/src:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/release:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/release/datatoolsservices:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/release/derived:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/release/derived/3p:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/release/fonts:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/release/images:/MATLAB/toolbox/matlab/datatools/datatoolsservices/js/release/rights:/MATLAB/toolbox/matlab/datatools/datatoolsservices/matlab:/MATLAB/toolbox/matlab/datatools/desktop_importtool:/MATLAB/toolbox/matlab/datatools/desktop_importtool/release:/MATLAB/toolbox/matlab/datatools/desktop_importtool/release/derived:/MATLAB/toolbox/matlab/datatools/desktop_importtool/release/derived/3p:/MATLAB/toolbox/matlab/datatools/desktop_importtool/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/desktop_importtool/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/desktop_importtool/release/desktop_importtool:/MATLAB/toolbox/matlab/datatools/desktop_importtool/release/fonts:/MATLAB/toolbox/matlab/datatools/desktop_importtool/release/images:/MATLAB/toolbox/matlab/datatools/desktop_importtool/release/rights:/MATLAB/toolbox/matlab/datatools/desktop_inspector:/MATLAB/toolbox/matlab/datatools/desktop_inspector/release:/MATLAB/toolbox/matlab/datatools/desktop_inspector/release/css:/MATLAB/toolbox/matlab/datatools/desktop_inspector/release/derived:/MATLAB/toolbox/matlab/datatools/desktop_inspector/release/derived/3p:/MATLAB/toolbox/matlab/datatools/desktop_inspector/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/desktop_inspector/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/desktop_inspector/release/desktop_inspector:/MATLAB/toolbox/matlab/datatools/desktop_inspector/release/fonts:/MATLAB/toolbox/matlab/datatools/desktop_inspector/release/images:/MATLAB/toolbox/matlab/datatools/desktop_inspector/release/rights:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/matlab:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/release:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/release/css:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/release/derived:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/release/derived/3p:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/release/desktop_variableeditor:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/release/fonts:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/release/images:/MATLAB/toolbox/matlab/datatools/desktop_variableeditor/release/rights:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/matlab:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/release:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/release/derived:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/release/derived/3p:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/release/desktop_workspacebrowser:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/release/fonts:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/release/images:/MATLAB/toolbox/matlab/datatools/desktop_workspacebrowser/release/rights:/MATLAB/toolbox/matlab/datatools/editorconverters:/MATLAB/toolbox/matlab/datatools/editorconverters/matlab:/MATLAB/toolbox/matlab/datatools/import_livetask:/MATLAB/toolbox/matlab/datatools/importtool:/MATLAB/toolbox/matlab/datatools/importtool/js:/MATLAB/toolbox/matlab/datatools/importtool/js/client:/MATLAB/toolbox/matlab/datatools/importtool/js/client/release:/MATLAB/toolbox/matlab/datatools/importtool/js/client/release/derived:/MATLAB/toolbox/matlab/datatools/importtool/js/client/release/derived/3p:/MATLAB/toolbox/matlab/datatools/importtool/js/client/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/importtool/js/client/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/importtool/js/client/release/fonts:/MATLAB/toolbox/matlab/datatools/importtool/js/client/release/images:/MATLAB/toolbox/matlab/datatools/importtool/js/client/release/importtool_client:/MATLAB/toolbox/matlab/datatools/importtool/js/client/release/rights:/MATLAB/toolbox/matlab/datatools/importtool/js/peer:/MATLAB/toolbox/matlab/datatools/importtool/js/peer/release:/MATLAB/toolbox/matlab/datatools/importtool/js/peer/release/derived:/MATLAB/toolbox/matlab/datatools/importtool/js/peer/release/derived/3p:/MATLAB/toolbox/matlab/datatools/importtool/js/peer/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/importtool/js/peer/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/importtool/js/peer/release/fonts:/MATLAB/toolbox/matlab/datatools/importtool/js/peer/release/images:/MATLAB/toolbox/matlab/datatools/importtool/js/peer/release/importtool_peer:/MATLAB/toolbox/matlab/datatools/importtool/js/peer/release/rights:/MATLAB/toolbox/matlab/datatools/importtool/matlab:/MATLAB/toolbox/matlab/datatools/importtool/matlab/peer:/MATLAB/toolbox/matlab/datatools/importtool/matlab/server:/MATLAB/toolbox/matlab/datatools/inspector:/MATLAB/toolbox/matlab/datatools/inspector/editors:/MATLAB/toolbox/matlab/datatools/inspector/editors/js:/MATLAB/toolbox/matlab/datatools/inspector/editors/js/inspector_editors:/MATLAB/toolbox/matlab/datatools/inspector/editors/js/inspector_editors/release:/MATLAB/toolbox/matlab/datatools/inspector/editors/js/inspector_editors/release/derived:/MATLAB/toolbox/matlab/datatools/inspector/editors/js/inspector_editors/release/derived/3p:/MATLAB/toolbox/matlab/datatools/inspector/editors/js/inspector_editors/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/inspector/editors/js/inspector_editors/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/inspector/editors/js/inspector_editors/release/inspector_editors-lib:/MATLAB/toolbox/matlab/datatools/inspector/editors/js/inspector_editors/release/rights:/MATLAB/toolbox/matlab/datatools/inspector/editors/matlab:/MATLAB/toolbox/matlab/datatools/inspector/js:/MATLAB/toolbox/matlab/datatools/inspector/js/client:/MATLAB/toolbox/matlab/datatools/inspector/js/client/release:/MATLAB/toolbox/matlab/datatools/inspector/js/client/release/derived:/MATLAB/toolbox/matlab/datatools/inspector/js/client/release/derived/3p:/MATLAB/toolbox/matlab/datatools/inspector/js/client/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/inspector/js/client/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/inspector/js/client/release/fonts:/MATLAB/toolbox/matlab/datatools/inspector/js/client/release/images:/MATLAB/toolbox/matlab/datatools/inspector/js/client/release/inspector_client:/MATLAB/toolbox/matlab/datatools/inspector/js/client/release/rights:/MATLAB/toolbox/matlab/datatools/inspector/js/peer:/MATLAB/toolbox/matlab/datatools/inspector/js/peer/release:/MATLAB/toolbox/matlab/datatools/inspector/js/peer/release/derived:/MATLAB/toolbox/matlab/datatools/inspector/js/peer/release/derived/3p:/MATLAB/toolbox/matlab/datatools/inspector/js/peer/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/inspector/js/peer/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/inspector/js/peer/release/fonts:/MATLAB/toolbox/matlab/datatools/inspector/js/peer/release/images:/MATLAB/toolbox/matlab/datatools/inspector/js/peer/release/inspector_peer:/MATLAB/toolbox/matlab/datatools/inspector/js/peer/release/rights:/MATLAB/toolbox/matlab/datatools/inspector/matlab:/MATLAB/toolbox/matlab/datatools/inspector/registration:/MATLAB/toolbox/matlab/datatools/matlab_integration:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/js:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/js/datatools_cfb_preview:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/js/datatools_cfb_preview/release:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/js/datatools_cfb_preview/release/datatools-cfb-preview:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/js/datatools_cfb_preview/release/derived:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/js/datatools_cfb_preview/release/derived/3p:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/js/datatools_cfb_preview/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/js/datatools_cfb_preview/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/js/datatools_cfb_preview/release/rights:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfb/matlab:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfbactions:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfbactions/release:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfbactions/release/datatools_cfbactions-ui:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfbactions/release/derived:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfbactions/release/derived/3p:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfbactions/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfbactions/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/matlab_integration/cfbactions/release/rights:/MATLAB/toolbox/matlab/datatools/media_widgets:/MATLAB/toolbox/matlab/datatools/media_widgets/matlab:/MATLAB/toolbox/matlab/datatools/peermodel_mcos:/MATLAB/toolbox/matlab/datatools/peermodel_mcos/matlab:/MATLAB/toolbox/matlab/datatools/plotstab:/MATLAB/toolbox/matlab/datatools/plotstab/matlab:/MATLAB/toolbox/matlab/datatools/preprocessing:/MATLAB/toolbox/matlab/datatools/preprocessing/js:/MATLAB/toolbox/matlab/datatools/preprocessing/js/css:/MATLAB/toolbox/matlab/datatools/preprocessing/js/dataExplorer:/MATLAB/toolbox/matlab/datatools/preprocessing/js/dataPanel:/MATLAB/toolbox/matlab/datatools/preprocessing/js/history:/MATLAB/toolbox/matlab/datatools/preprocessing/js/images:/MATLAB/toolbox/matlab/datatools/preprocessing/js/l10n:/MATLAB/toolbox/matlab/datatools/preprocessing/js/l10n/nls:/MATLAB/toolbox/matlab/datatools/preprocessing/js/l10n/nls/ja-jp:/MATLAB/toolbox/matlab/datatools/preprocessing/js/l10n/nls/ko-kr:/MATLAB/toolbox/matlab/datatools/preprocessing/js/l10n/nls/zh-cn:/MATLAB/toolbox/matlab/datatools/preprocessing/js/taskController:/MATLAB/toolbox/matlab/datatools/preprocessing/js/toolstrip:/MATLAB/toolbox/matlab/datatools/preprocessing/js/variableBrowser:/MATLAB/toolbox/matlab/datatools/preprocessing/release:/MATLAB/toolbox/matlab/datatools/preprocessing/release/derived:/MATLAB/toolbox/matlab/datatools/preprocessing/release/derived/3p:/MATLAB/toolbox/matlab/datatools/preprocessing/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/preprocessing/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/preprocessing/release/fonts:/MATLAB/toolbox/matlab/datatools/preprocessing/release/images:/MATLAB/toolbox/matlab/datatools/preprocessing/release/preprocessing:/MATLAB/toolbox/matlab/datatools/preprocessing/release/rights:/MATLAB/toolbox/matlab/datatools/rendererseditors:/MATLAB/toolbox/matlab/datatools/rendererseditors/js:/MATLAB/toolbox/matlab/datatools/rendererseditors/js/release:/MATLAB/toolbox/matlab/datatools/rendererseditors/js/release/derived:/MATLAB/toolbox/matlab/datatools/rendererseditors/js/release/derived/3p:/MATLAB/toolbox/matlab/datatools/rendererseditors/js/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/rendererseditors/js/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/rendererseditors/js/release/fonts:/MATLAB/toolbox/matlab/datatools/rendererseditors/js/release/images:/MATLAB/toolbox/matlab/datatools/rendererseditors/js/release/rendererseditors:/MATLAB/toolbox/matlab/datatools/rendererseditors/js/release/rights:/MATLAB/toolbox/matlab/datatools/uicomponents:/MATLAB/toolbox/matlab/datatools/uicomponents/matlab:/MATLAB/toolbox/matlab/datatools/variableeditor:/MATLAB/toolbox/matlab/datatools/variableeditor/js:/MATLAB/toolbox/matlab/datatools/variableeditor/js/client:/MATLAB/toolbox/matlab/datatools/variableeditor/js/client/release:/MATLAB/toolbox/matlab/datatools/variableeditor/js/client/release/derived:/MATLAB/toolbox/matlab/datatools/variableeditor/js/client/release/derived/3p:/MATLAB/toolbox/matlab/datatools/variableeditor/js/client/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/variableeditor/js/client/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/variableeditor/js/client/release/fonts:/MATLAB/toolbox/matlab/datatools/variableeditor/js/client/release/images:/MATLAB/toolbox/matlab/datatools/variableeditor/js/client/release/rights:/MATLAB/toolbox/matlab/datatools/variableeditor/js/client/release/variableeditor_client:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/release:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/release/derived:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/release/derived/3p:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/release/fonts:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/release/images:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/release/rights:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/release/variableeditor_peer:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/variableeditor_peer:/MATLAB/toolbox/matlab/datatools/variableeditor/js/peer/variableeditor_peer/Plugins:/MATLAB/toolbox/matlab/datatools/variableeditor/matlab:/MATLAB/toolbox/matlab/datatools/widgets:/MATLAB/toolbox/matlab/datatools/widgets/js:/MATLAB/toolbox/matlab/datatools/widgets/js/release:/MATLAB/toolbox/matlab/datatools/widgets/js/release/derived:/MATLAB/toolbox/matlab/datatools/widgets/js/release/derived/3p:/MATLAB/toolbox/matlab/datatools/widgets/js/release/derived/3p/ui:/MATLAB/toolbox/matlab/datatools/widgets/js/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/datatools/widgets/js/release/fonts:/MATLAB/toolbox/matlab/datatools/widgets/js/release/images:/MATLAB/toolbox/matlab/datatools/widgets/js/release/rights:/MATLAB/toolbox/matlab/datatools/widgets/js/release/widgets:/MATLAB/toolbox/matlab/datatools/widgets/matlab:/MATLAB/toolbox/matlab/datatools/workspacebrowser:/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:/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/missing:/MATLAB/toolbox/matlab/datatypes/shared:/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/ddux/schemas:/MATLAB/toolbox/matlab/debugger:/MATLAB/toolbox/matlab/debuggerpanel:/MATLAB/toolbox/matlab/debuggerpanel/matlab:/MATLAB/toolbox/matlab/debuggerpanel/release:/MATLAB/toolbox/matlab/debuggerpanel/release/debuggerpanel:/MATLAB/toolbox/matlab/debuggerpanel/release/derived:/MATLAB/toolbox/matlab/debuggerpanel/release/derived/3p:/MATLAB/toolbox/matlab/debuggerpanel/release/derived/3p/ui:/MATLAB/toolbox/matlab/debuggerpanel/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/debuggerpanel/release/images:/MATLAB/toolbox/matlab/debuggerpanel/release/rights:/MATLAB/toolbox/matlab/demos:/MATLAB/toolbox/matlab/demos/html:/MATLAB/toolbox/matlab/dependency:/MATLAB/toolbox/matlab/dependency/analysis:/MATLAB/toolbox/matlab/dependency/app:/MATLAB/toolbox/matlab/dependency/app/en:/MATLAB/toolbox/matlab/dependency/app/web:/MATLAB/toolbox/matlab/dependency/app/web/images:/MATLAB/toolbox/matlab/dependency/app/web/release:/MATLAB/toolbox/matlab/dependency/app/web/release/dependency-app:/MATLAB/toolbox/matlab/dependency/app/web/release/derived:/MATLAB/toolbox/matlab/dependency/app/web/release/derived/3p:/MATLAB/toolbox/matlab/dependency/app/web/release/derived/3p/ui:/MATLAB/toolbox/matlab/dependency/app/web/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/dependency/app/web/release/fonts:/MATLAB/toolbox/matlab/dependency/app/web/release/images:/MATLAB/toolbox/matlab/dependency/app/web/release/rights:/MATLAB/toolbox/matlab/dependency/attribute:/MATLAB/toolbox/matlab/dependency/comparisons:/MATLAB/toolbox/matlab/dependency/comparisons/mldesktop:/MATLAB/toolbox/matlab/dependency/comparisons/mldesktop/matlab:/MATLAB/toolbox/matlab/dependency/matlab:/MATLAB/toolbox/matlab/dependency/project:/MATLAB/toolbox/matlab/dependency/project/app:/MATLAB/toolbox/matlab/dependency/project/app/icons:/MATLAB/toolbox/matlab/dependency/refactoring:/MATLAB/toolbox/matlab/dependency/refactoring/web:/MATLAB/toolbox/matlab/dependency/refactoring/web/release:/MATLAB/toolbox/matlab/dependency/refactoring/web/release/dependency-refactoring:/MATLAB/toolbox/matlab/dependency/refactoring/web/release/derived:/MATLAB/toolbox/matlab/dependency/refactoring/web/release/derived/3p:/MATLAB/toolbox/matlab/dependency/refactoring/web/release/derived/3p/ui:/MATLAB/toolbox/matlab/dependency/refactoring/web/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/dependency/refactoring/web/release/fonts:/MATLAB/toolbox/matlab/dependency/refactoring/web/release/images:/MATLAB/toolbox/matlab/dependency/refactoring/web/release/rights:/MATLAB/toolbox/matlab/dependency/report:/MATLAB/toolbox/matlab/dependency/report/script:/MATLAB/toolbox/matlab/dependency/widget:/MATLAB/toolbox/matlab/dependency/widget/progress:/MATLAB/toolbox/matlab/dependency/widget/progress_web:/MATLAB/toolbox/matlab/dependency/widget/progress_web/release:/MATLAB/toolbox/matlab/dependency/widget/progress_web/release/dependency-widget-progress:/MATLAB/toolbox/matlab/dependency/widget/progress_web/release/derived:/MATLAB/toolbox/matlab/dependency/widget/progress_web/release/derived/3p:/MATLAB/toolbox/matlab/dependency/widget/progress_web/release/derived/3p/ui:/MATLAB/toolbox/matlab/dependency/widget/progress_web/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/dependency/widget/progress_web/release/fonts:/MATLAB/toolbox/matlab/dependency/widget/progress_web/release/images:/MATLAB/toolbox/matlab/dependency/widget/progress_web/release/rights:/MATLAB/toolbox/matlab/dependency/widget/window:/MATLAB/toolbox/matlab/depfun:/MATLAB/toolbox/matlab/deployment:/MATLAB/toolbox/matlab/deployment/compiler:/MATLAB/toolbox/matlab/deployment/compiler/mi:/MATLAB/toolbox/matlab/deployment/compiler/mi/mi:/MATLAB/toolbox/matlab/deployment/configmgr:/MATLAB/toolbox/matlab/deployment/configmgr/project:/MATLAB/toolbox/matlab/deployment/configmgr/project/src:/MATLAB/toolbox/matlab/deployment/configmgr/project/src/view:/MATLAB/toolbox/matlab/deployment/toolbox:/MATLAB/toolbox/matlab/deployment/toolbox/mi:/MATLAB/toolbox/matlab/deployment/toolbox/mi/mi:/MATLAB/toolbox/matlab/editor:/MATLAB/toolbox/matlab/editor/application:/MATLAB/toolbox/matlab/editor/application/fonts-liveeditor:/MATLAB/toolbox/matlab/editor/application/images-liveeditor:/MATLAB/toolbox/matlab/editor/application/release:/MATLAB/toolbox/matlab/editor/application/release/derived:/MATLAB/toolbox/matlab/editor/application/release/derived/3p:/MATLAB/toolbox/matlab/editor/application/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor/application/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor/application/release/editor_application:/MATLAB/toolbox/matlab/editor/application/release/fonts:/MATLAB/toolbox/matlab/editor/application/release/images:/MATLAB/toolbox/matlab/editor/application/release/rights:/MATLAB/toolbox/matlab/editor/application/release/toolbox:/MATLAB/toolbox/matlab/editor/application/release/toolbox/matlab:/MATLAB/toolbox/matlab/editor/application/release/toolbox/matlab/rich_text_component:/MATLAB/toolbox/matlab/editor/application/release/toolbox/matlab/rich_text_component/src:/MATLAB/toolbox/matlab/editor/application/release/toolbox/matlab/rich_text_component/src/js:/MATLAB/toolbox/matlab/editor/application/release/toolbox/matlab/rich_text_component/src/js/rtc:/MATLAB/toolbox/matlab/editor/application/release/toolbox/matlab/rich_text_component/src/js/rtc/images:/MATLAB/toolbox/matlab/editor/application/release/toolbox/matlab/rich_text_component/src/js/rtc/images/figurefloatingpalette:/MATLAB/toolbox/matlab/editor/cfb_integration:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_actions:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_actions/matlab:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_actions/release:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_actions/release/derived:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_actions/release/derived/3p:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_actions/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_actions/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_actions/release/editor_actions:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_actions/release/rights:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_open_action:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_open_action/matlab:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_open_action/release:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_open_action/release/derived:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_open_action/release/derived/3p:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_open_action/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_open_action/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_open_action/release/editor_open_action:/MATLAB/toolbox/matlab/editor/cfb_integration/editor_open_action/release/rights:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filename_validation:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filename_validation/matlab:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filepreview:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filepreview/matlab:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filepreview/release:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filepreview/release/derived:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filepreview/release/derived/3p:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filepreview/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filepreview/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filepreview/release/matlabcode_filepreview:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filepreview/release/rights:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_icons:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_icons/matlab:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_icons/release:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_icons/release/derived:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_icons/release/derived/3p:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_icons/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_icons/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_icons/release/matlabcode_filetype_icons:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_icons/release/rights:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_labels:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_labels/matlab:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_labels/release:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_labels/release/derived:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_labels/release/derived/3p:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_labels/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_labels/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_labels/release/matlabcode_filetype_labels:/MATLAB/toolbox/matlab/editor/cfb_integration/matlabcode_filetype_labels/release/rights:/MATLAB/toolbox/matlab/editor/livecode:/MATLAB/toolbox/matlab/editor/livecode/features:/MATLAB/toolbox/matlab/editor/livecode/features/matlab:/MATLAB/toolbox/matlab/editor/livecode/features/release:/MATLAB/toolbox/matlab/editor/livecode/features/release/derived:/MATLAB/toolbox/matlab/editor/livecode/features/release/derived/3p:/MATLAB/toolbox/matlab/editor/livecode/features/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor/livecode/features/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor/livecode/features/release/livecode_features:/MATLAB/toolbox/matlab/editor/livecode/features/release/rights:/MATLAB/toolbox/matlab/editor/livecode/standalone:/MATLAB/toolbox/matlab/editor/livecode/standalone/release:/MATLAB/toolbox/matlab/editor/livecode/standalone/release/derived:/MATLAB/toolbox/matlab/editor/livecode/standalone/release/derived/3p:/MATLAB/toolbox/matlab/editor/livecode/standalone/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor/livecode/standalone/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor/livecode/standalone/release/fonts:/MATLAB/toolbox/matlab/editor/livecode/standalone/release/images:/MATLAB/toolbox/matlab/editor/livecode/standalone/release/livecode_standalone:/MATLAB/toolbox/matlab/editor/livecode/standalone/release/rights:/MATLAB/toolbox/matlab/editor/plaincode:/MATLAB/toolbox/matlab/editor/plaincode/features:/MATLAB/toolbox/matlab/editor/plaincode/features/matlab:/MATLAB/toolbox/matlab/editor/plaincode/features/release:/MATLAB/toolbox/matlab/editor/plaincode/features/release/derived:/MATLAB/toolbox/matlab/editor/plaincode/features/release/derived/3p:/MATLAB/toolbox/matlab/editor/plaincode/features/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor/plaincode/features/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor/plaincode/features/release/plaincode_features:/MATLAB/toolbox/matlab/editor/plaincode/features/release/rights:/MATLAB/toolbox/matlab/editor_addons:/MATLAB/toolbox/matlab/editor_addons/buildtool:/MATLAB/toolbox/matlab/editor_addons/buildtool/matlab:/MATLAB/toolbox/matlab/editor_addons/buildtool/release:/MATLAB/toolbox/matlab/editor_addons/buildtool/release/buildtool:/MATLAB/toolbox/matlab/editor_addons/buildtool/release/derived:/MATLAB/toolbox/matlab/editor_addons/buildtool/release/derived/3p:/MATLAB/toolbox/matlab/editor_addons/buildtool/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor_addons/buildtool/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor_addons/buildtool/release/rights:/MATLAB/toolbox/matlab/editor_addons/compare:/MATLAB/toolbox/matlab/editor_addons/compare/matlab:/MATLAB/toolbox/matlab/editor_addons/compare/release:/MATLAB/toolbox/matlab/editor_addons/compare/release/comparisons_editor_addon:/MATLAB/toolbox/matlab/editor_addons/compare/release/derived:/MATLAB/toolbox/matlab/editor_addons/compare/release/derived/3p:/MATLAB/toolbox/matlab/editor_addons/compare/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor_addons/compare/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor_addons/compare/release/rights:/MATLAB/toolbox/matlab/editor_addons/fixedpoint_data:/MATLAB/toolbox/matlab/editor_addons/fixedpoint_data/matlab:/MATLAB/toolbox/matlab/editor_addons/fixedpoint_data/release:/MATLAB/toolbox/matlab/editor_addons/fixedpoint_data/release/derived:/MATLAB/toolbox/matlab/editor_addons/fixedpoint_data/release/derived/3p:/MATLAB/toolbox/matlab/editor_addons/fixedpoint_data/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor_addons/fixedpoint_data/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor_addons/fixedpoint_data/release/fixedpoint_data:/MATLAB/toolbox/matlab/editor_addons/fixedpoint_data/release/rights:/MATLAB/toolbox/matlab/editor_addons/matlab_unit:/MATLAB/toolbox/matlab/editor_addons/matlab_unit/matlab:/MATLAB/toolbox/matlab/editor_addons/matlab_unit/release:/MATLAB/toolbox/matlab/editor_addons/matlab_unit/release/derived:/MATLAB/toolbox/matlab/editor_addons/matlab_unit/release/derived/3p:/MATLAB/toolbox/matlab/editor_addons/matlab_unit/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor_addons/matlab_unit/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor_addons/matlab_unit/release/matlab_unit:/MATLAB/toolbox/matlab/editor_addons/matlab_unit/release/rights:/MATLAB/toolbox/matlab/editor_addons/matlabtest:/MATLAB/toolbox/matlab/editor_addons/matlabtest/matlab:/MATLAB/toolbox/matlab/editor_addons/matlabtest/release:/MATLAB/toolbox/matlab/editor_addons/matlabtest/release/derived:/MATLAB/toolbox/matlab/editor_addons/matlabtest/release/derived/3p:/MATLAB/toolbox/matlab/editor_addons/matlabtest/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor_addons/matlabtest/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor_addons/matlabtest/release/matlabtest:/MATLAB/toolbox/matlab/editor_addons/matlabtest/release/rights:/MATLAB/toolbox/matlab/editor_addons/system_object:/MATLAB/toolbox/matlab/editor_addons/system_object/matlab:/MATLAB/toolbox/matlab/editor_addons/system_object/release:/MATLAB/toolbox/matlab/editor_addons/system_object/release/derived:/MATLAB/toolbox/matlab/editor_addons/system_object/release/derived/3p:/MATLAB/toolbox/matlab/editor_addons/system_object/release/derived/3p/ui:/MATLAB/toolbox/matlab/editor_addons/system_object/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/editor_addons/system_object/release/rights:/MATLAB/toolbox/matlab/editor_addons/system_object/release/system_object:/MATLAB/toolbox/matlab/elfun:/MATLAB/toolbox/matlab/elmat:/MATLAB/toolbox/matlab/embeddedoutputs:/MATLAB/toolbox/matlab/embeddedoutputs/figureoutputs:/MATLAB/toolbox/matlab/embeddedoutputs/outputs:/MATLAB/toolbox/matlab/embeddedoutputs/outpututilities:/MATLAB/toolbox/matlab/embeddedoutputs/variableoutputs:/MATLAB/toolbox/matlab/external:/MATLAB/toolbox/matlab/external/engines:/MATLAB/toolbox/matlab/external/engines/codegen:/MATLAB/toolbox/matlab/external/engines/codegen/common:/MATLAB/toolbox/matlab/external/engines/codegen/cpp:/MATLAB/toolbox/matlab/external/engines/codegen/csharp:/MATLAB/toolbox/matlab/external/engines/engine_api:/MATLAB/toolbox/matlab/external/engines/rest:/MATLAB/toolbox/matlab/external/interfaces:/MATLAB/toolbox/matlab/external/interfaces/cpp:/MATLAB/toolbox/matlab/external/interfaces/cpp/internal:/MATLAB/toolbox/matlab/external/interfaces/dotnet:/MATLAB/toolbox/matlab/external/interfaces/java:/MATLAB/toolbox/matlab/external/interfaces/java/data:/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:/MATLAB/toolbox/matlab/file_chooser/service:/MATLAB/toolbox/matlab/file_chooser/service/matlab:/MATLAB/toolbox/matlab/filebrowser:/MATLAB/toolbox/matlab/filebrowser_utils:/MATLAB/toolbox/matlab/filebrowser_utils/matlab:/MATLAB/toolbox/matlab/filebrowser_utils/release:/MATLAB/toolbox/matlab/filebrowser_utils/release/derived:/MATLAB/toolbox/matlab/filebrowser_utils/release/derived/3p:/MATLAB/toolbox/matlab/filebrowser_utils/release/derived/3p/ui:/MATLAB/toolbox/matlab/filebrowser_utils/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/filebrowser_utils/release/filebrowser_utils-ui:/MATLAB/toolbox/matlab/filebrowser_utils/release/rights:/MATLAB/toolbox/matlab/filesystem:/MATLAB/toolbox/matlab/filesystem/default_filetype_plugins:/MATLAB/toolbox/matlab/filesystem/default_filetype_plugins/matlab:/MATLAB/toolbox/matlab/filesystem/matlab_filetype_filters:/MATLAB/toolbox/matlab/filesystem/matlab_filetype_filters/filetypefilters:/MATLAB/toolbox/matlab/filesystem/onedrive_connection_type:/MATLAB/toolbox/matlab/filesystem/onedrive_connection_type/matlab:/MATLAB/toolbox/matlab/filesystem/onedrive_connection_type/release:/MATLAB/toolbox/matlab/filesystem/onedrive_connection_type/release/derived:/MATLAB/toolbox/matlab/filesystem/onedrive_connection_type/release/derived/3p:/MATLAB/toolbox/matlab/filesystem/onedrive_connection_type/release/derived/3p/ui:/MATLAB/toolbox/matlab/filesystem/onedrive_connection_type/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/filesystem/onedrive_connection_type/release/onedrive-connection-type-lib:/MATLAB/toolbox/matlab/filesystem/onedrive_connection_type/release/rights:/MATLAB/toolbox/matlab/filesystem/services:/MATLAB/toolbox/matlab/filesystem/services/matlab:/MATLAB/toolbox/matlab/filesystem/ui:/MATLAB/toolbox/matlab/filesystem/ui/matlab:/MATLAB/toolbox/matlab/filesystem/ui/release:/MATLAB/toolbox/matlab/filesystem/ui/release/derived:/MATLAB/toolbox/matlab/filesystem/ui/release/derived/3p:/MATLAB/toolbox/matlab/filesystem/ui/release/derived/3p/ui:/MATLAB/toolbox/matlab/filesystem/ui/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/filesystem/ui/release/rights:/MATLAB/toolbox/matlab/findfiles:/MATLAB/toolbox/matlab/findfiles/m:/MATLAB/toolbox/matlab/findfiles_ui:/MATLAB/toolbox/matlab/findfiles_ui/matlab:/MATLAB/toolbox/matlab/funfun:/MATLAB/toolbox/matlab/funfun/examples:/MATLAB/toolbox/matlab/general:/MATLAB/toolbox/matlab/general/en:/MATLAB/toolbox/matlab/git:/MATLAB/toolbox/matlab/graphfun:/MATLAB/toolbox/matlab/graphfun/codegen:/MATLAB/toolbox/matlab/graphics:/MATLAB/toolbox/matlab/graphics/core:/MATLAB/toolbox/matlab/graphics/core/hg:/MATLAB/toolbox/matlab/graphics/core/textextentservice:/MATLAB/toolbox/matlab/graphics/core/textextentservice/m:/MATLAB/toolbox/matlab/graphics/core/textextentservice/release:/MATLAB/toolbox/matlab/graphics/core/textextentservice/release/derived:/MATLAB/toolbox/matlab/graphics/core/textextentservice/release/derived/3p:/MATLAB/toolbox/matlab/graphics/core/textextentservice/release/derived/3p/ui:/MATLAB/toolbox/matlab/graphics/core/textextentservice/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/graphics/core/textextentservice/release/fonts:/MATLAB/toolbox/matlab/graphics/core/textextentservice/release/graphics_textextentservice:/MATLAB/toolbox/matlab/graphics/core/textextentservice/release/images:/MATLAB/toolbox/matlab/graphics/core/textextentservice/release/rights:/MATLAB/toolbox/matlab/graphics/fig_to_pdf:/MATLAB/toolbox/matlab/graphics/fig_to_pdf/m:/MATLAB/toolbox/matlab/graphics/fig_to_pdf/release:/MATLAB/toolbox/matlab/graphics/fig_to_pdf/release/derived:/MATLAB/toolbox/matlab/graphics/fig_to_pdf/release/derived/3p:/MATLAB/toolbox/matlab/graphics/fig_to_pdf/release/derived/3p/ui:/MATLAB/toolbox/matlab/graphics/fig_to_pdf/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/graphics/fig_to_pdf/release/fig-to-pdf-ui:/MATLAB/toolbox/matlab/graphics/fig_to_pdf/release/fonts:/MATLAB/toolbox/matlab/graphics/fig_to_pdf/release/images:/MATLAB/toolbox/matlab/graphics/fig_to_pdf/release/rights:/MATLAB/toolbox/matlab/graphics/figuredatatools:/MATLAB/toolbox/matlab/graphics/figuredatatools/codegenwidget:/MATLAB/toolbox/matlab/graphics/figuredatatools/codegenwidget/release:/MATLAB/toolbox/matlab/graphics/figuredatatools/codegenwidget/release/codegenwidget-ui:/MATLAB/toolbox/matlab/graphics/figuredatatools/codegenwidget/release/derived:/MATLAB/toolbox/matlab/graphics/figuredatatools/codegenwidget/release/derived/3p:/MATLAB/toolbox/matlab/graphics/figuredatatools/codegenwidget/release/derived/3p/ui:/MATLAB/toolbox/matlab/graphics/figuredatatools/codegenwidget/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/graphics/figuredatatools/codegenwidget/release/images:/MATLAB/toolbox/matlab/graphics/figuredatatools/codegenwidget/release/rights:/MATLAB/toolbox/matlab/graphics/figuredatatools/inspector:/MATLAB/toolbox/matlab/graphics/figuredatatools/sidepanel:/MATLAB/toolbox/matlab/graphics/figuredatatools/sidepanel/release:/MATLAB/toolbox/matlab/graphics/figuredatatools/sidepanel/release/derived:/MATLAB/toolbox/matlab/graphics/figuredatatools/sidepanel/release/derived/3p:/MATLAB/toolbox/matlab/graphics/figuredatatools/sidepanel/release/derived/3p/ui:/MATLAB/toolbox/matlab/graphics/figuredatatools/sidepanel/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/graphics/figuredatatools/sidepanel/release/fonts:/MATLAB/toolbox/matlab/graphics/figuredatatools/sidepanel/release/images:/MATLAB/toolbox/matlab/graphics/figuredatatools/sidepanel/release/rights:/MATLAB/toolbox/matlab/graphics/figuredatatools/sidepanel/release/sidepanel-ui:/MATLAB/toolbox/matlab/graphics/graphics:/MATLAB/toolbox/matlab/graphics/graphics/annotation:/MATLAB/toolbox/matlab/graphics/graphics/axis:/MATLAB/toolbox/matlab/graphics/graphics/chart:/MATLAB/toolbox/matlab/graphics/graphics/color:/MATLAB/toolbox/matlab/graphics/graphics/graph2d:/MATLAB/toolbox/matlab/graphics/graphics/graph2d/en:/MATLAB/toolbox/matlab/graphics/graphics/graph3d:/MATLAB/toolbox/matlab/graphics/graphics/graph3d/en:/MATLAB/toolbox/matlab/graphics/graphics/illustration:/MATLAB/toolbox/matlab/graphics/graphics/legacy:/MATLAB/toolbox/matlab/graphics/graphics/objectsystem:/MATLAB/toolbox/matlab/graphics/graphics/objectsystem/en:/MATLAB/toolbox/matlab/graphics/graphics/obsolete:/MATLAB/toolbox/matlab/graphics/graphics/plottools:/MATLAB/toolbox/matlab/graphics/graphics/plottools/en:/MATLAB/toolbox/matlab/graphics/graphics/primitive:/MATLAB/toolbox/matlab/graphics/graphics/printing:/MATLAB/toolbox/matlab/graphics/graphics/printing/en:/MATLAB/toolbox/matlab/graphics/graphics/scribe:/MATLAB/toolbox/matlab/graphics/graphics/scribe/obsolete:/MATLAB/toolbox/matlab/graphics/graphics/specgraph:/MATLAB/toolbox/matlab/graphics/graphics/specgraph/en:/MATLAB/toolbox/matlab/graphics/graphics/themes:/MATLAB/toolbox/matlab/graphics/maps:/MATLAB/toolbox/matlab/graphics/math:/MATLAB/toolbox/matlab/guide:/MATLAB/toolbox/matlab/hardware:/MATLAB/toolbox/matlab/hardware/shared:/MATLAB/toolbox/matlab/hardware/shared/sensors:/MATLAB/toolbox/matlab/hardware/stubs:/MATLAB/toolbox/matlab/helptools:/MATLAB/toolbox/matlab/helptools/help_static_content_deferred_services:/MATLAB/toolbox/matlab/helptools/images:/MATLAB/toolbox/matlab/helptools_js:/MATLAB/toolbox/matlab/helptools_js/link_click_handling_docservice:/MATLAB/toolbox/matlab/helptools_js/link_click_handling_docservice/m:/MATLAB/toolbox/matlab/helptools_js/matlab_colon_docservice:/MATLAB/toolbox/matlab/helptools_js/matlab_colon_docservice/m:/MATLAB/toolbox/matlab/htmlviewer:/MATLAB/toolbox/matlab/htmlviewer/web:/MATLAB/toolbox/matlab/htmlviewer/web/htmlviewer:/MATLAB/toolbox/matlab/htmlviewer/web/htmlviewer/release:/MATLAB/toolbox/matlab/htmlviewer/web/htmlviewer/release/derived:/MATLAB/toolbox/matlab/htmlviewer/web/htmlviewer/release/derived/3p:/MATLAB/toolbox/matlab/htmlviewer/web/htmlviewer/release/derived/3p/ui:/MATLAB/toolbox/matlab/htmlviewer/web/htmlviewer/release/derived/3p/ui/dojo:/MATLAB/toolbox/matlab/htmlviewer/web/htmlviewer/release/htmlviewer-ui:/MATLAB/toolbox/matlab/htmlviewer/web/htmlviewer/release/images:/MATLAB/toolbox/matlab/htmlviewer/web/htmlviewer/release/rights:/MATLAB/toolbox/matlab/icons:/MATLAB/toolbox/matlab/icons/control:/MATLAB/toolbox/matlab/icons/curvefit:/MATLAB/toolbox/matlab/icons/dsp:/MATLAB/toolbox/matlab/icons/finance:/MATLAB/toolbox/matlab/icons/ident:/MATLAB/toolbox/matlab/icons/images:/MATLAB/toolbox/matlab/icons/map:/MATLAB/toolbox/matlab/icons/plots:/MATLAB/toolbox/matlab/icons/signal:/MATLAB/toolbox/matlab/icons/sprite:/MATLAB/toolbox/matlab/icons/sprite/css:/MATLAB/toolbox/matlab/icons/sprite/images:/MATLAB/toolbox/matlab/icons/stats:/MATLAB/toolbox/matlab/images:/MATLAB/toolbox/matlab/imagesci_utils:/MATLAB/toolbox/matlab/import_sci_livetasks:/MATLAB/toolbox/matlab/indentcode:/MATLAB/toolbox/matlab/indentcode/m:/MATLAB/toolbox/matlab/indexing:/MATLAB/toolbox/matlab/io:/MATLAB/toolbox/matlab/io/archive:/MATLAB/toolbox/matlab/io/arrow:/MATLAB/toolbox/matlab/io/common:/MATLAB/toolbox/matlab/io/datastore:/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/datastore/write:/MATLAB/toolbox/matlab/io/dictionary:/MATLAB/toolbox/matlab/io/file:/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/m...
P2 = split(P, pathsep)
P2 = 2169×1 cell array
{'/MATLAB/toolbox/matlab' } {'/MATLAB/toolbox/matlab/addon_enable_disable_management' } {'/MATLAB/toolbox/matlab/addon_enable_disable_management/matlab' } {'/MATLAB/toolbox/matlab/addon_updates' } {'/MATLAB/toolbox/matlab/addon_updates/matlab' } {'/MATLAB/toolbox/matlab/addons' } {'/MATLAB/toolbox/matlab/addons/cef' } {'/MATLAB/toolbox/matlab/addons/fileexchange' } {'/MATLAB/toolbox/matlab/addons/release' } {'/MATLAB/toolbox/matlab/addons/release/addons-ui' } {'/MATLAB/toolbox/matlab/addons/release/derived' } {'/MATLAB/toolbox/matlab/addons/release/derived/3p' } {'/MATLAB/toolbox/matlab/addons/release/derived/3p/ui' } {'/MATLAB/toolbox/matlab/addons/release/derived/3p/ui/dojo' } {'/MATLAB/toolbox/matlab/addons/release/dojo' } {'/MATLAB/toolbox/matlab/addons/release/fonts' } {'/MATLAB/toolbox/matlab/addons/release/images' } {'/MATLAB/toolbox/matlab/addons/release/images/addon_thumbnails' } {'/MATLAB/toolbox/matlab/addons/release/images/option_menu_icons' } {'/MATLAB/toolbox/matlab/addons/release/rights' } {'/MATLAB/toolbox/matlab/addons/supportpackages' } {'/MATLAB/toolbox/matlab/addons_common' } {'/MATLAB/toolbox/matlab/addons_common/matlab' } {'/MATLAB/toolbox/matlab/addons_core_reg_point_api_impl' } {'/MATLAB/toolbox/matlab/addons_desktop_registration' } {'/MATLAB/toolbox/matlab/addons_desktop_registration/web' } {'/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration' } {'/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release' } {'/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release/addons_desktop_registration-ui'} {'/MATLAB/toolbox/matlab/addons_desktop_registration/web/addons_desktop_registration/release/derived' }

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 26 Nov 2025 at 18:10
Try this:
allInOneCharArray = genpath(pwd)
allInOneCharArray = '/users/mss.system.dpwhc:'
separateFolders = strsplit(allInOneCharArray, ';')'
separateFolders = 1×1 cell array
{'/users/mss.system.dpwhc:'}
Each folder is a string in a cell of a cell array.
  2 Comments
Walter Roberson
Walter Roberson on 27 Nov 2025 at 19:40
Note that this will not work on MacOS or Linux, which uses : as the delimiter instead of ;
Note also that the generated path ends in the delimiter, and the strsplit will split at the delimiter... leaving behind an empty final entry, Getting rid of that empty final entry is the purpose of my code's
if isempty(Temp{end}) Temp(end) = []; end

Sign in to comment.

More Answers (1)

Walter Roberson
Walter Roberson on 26 Nov 2025 at 18:16
if ispc() Delim = ';'; else Delim = ':'; end
Temp = regexp(genpath(pwd), Delim, 'split');
if isempty(Temp{end}) Temp(end) = []; end
string(Temp)
ans = "/users/mss.system.m7qvn"

Categories

Find more on Search Path in Help Center and File Exchange

Products


Release

R2025b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!