Closed githubkusi closed 5 years ago
Provide the toolbox identifiers as struct. This allows to tbUse() by means of tab-completion:
Example
tbNames = tbGetToolboxNames; tbUse(tbNames.matlabcentral_demo)
Note that after tbNames. you can use tab-completion
tbNames.
This is especially handy if you have your own ToolboxRegistry, containing subfolders or if you want to have an overview on the Matlab command line what toolboxes exist
Hi David, is there anything you'd like to have changed for this PRQ?
Not sure why I didn't get the email about the original PR, but somehow I didn't. This looks fine, merging now.
Provide the toolbox identifiers as struct. This allows to tbUse() by means of tab-completion:
Example
Note that after
tbNames.
you can use tab-completionThis is especially handy if you have your own ToolboxRegistry, containing subfolders or if you want to have an overview on the Matlab command line what toolboxes exist