Matlab/Simulink: How to show all installed/licensed toolboxes

From the command line, you can list all installed toolboxes using the ver command:

matlab -batch "ver"

If you are already inside the MATLAB environment, you can use the ver command directly:

ver

Example output:

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)