Matlab/Simulink: How to show all installed/licensed toolboxes
From the command line, you can list all installed toolboxes using the ver
command:
matlab_list_toolboxes.sh
matlab -batch "ver"
If you are already inside the MATLAB environment, you can use the ver
command directly:
example.txt
ver
Example output:
example.txt
MATLAB Version 23.2 (R2023b)
Simulink Version 23.2 (R2023b)
Control System Toolbox Version 23.2 (R2023b)
MATLAB Coder Version 23.2 (R2023b)
MATLAB Report Generator Version 23.2 (R2023b)
Model Predictive Control Toolbox Version 23.2 (R2023b)
Optimization Toolbox Version 23.2 (R2023b)
Parallel Computing Toolbox Version 23.2 (R2023b)
Simulink Control Design Version 23.2 (R2023b)
Simulink Design Optimization Version 23.2 (R2023b)
Simulink Desktop Real-Time Version 23.2 (R2023b)
Simulink Real-Time Version 23.2 (R2023b)
Symbolic Math Toolbox Version 23.2 (R2023b)
Check out similar posts by category:
Matlab/Simulink
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow