ToolboxHub / ToolboxToolbox

Declarative dependency management for Matlab.
The Unlicense
27 stars 11 forks source link

tbGetToolboxNames #101

Closed githubkusi closed 5 years ago

githubkusi commented 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

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

githubkusi commented 5 years ago

Hi David, is there anything you'd like to have changed for this PRQ?

DavidBrainard commented 5 years ago

Not sure why I didn't get the email about the original PR, but somehow I didn't. This looks fine, merging now.