MATLAB: How to display list of installed toolbox

signal processingSignal Processing ToolboxtoolboxWavelet Toolbox

I want to know if the signal processing toolbox is installed in my matlab version. How todo plz? I am using Matlab R2016b.

Best Answer

ver
Note: this tells you if it is installed, which is what you asked, though not if you have a license for it or not.
license( 'test', 'Signal_Toolbox' )
should check if you have a license for it
Related Question