Forrest logo
back to the toolbox tool

toolbox-list:tldr:c05f8

toolbox-list: List all `toolbox` containers and images.
$ toolbox list
try on your machine

The command "toolbox list" is used to list the available toolboxes that are installed on MATLAB.

Toolboxes in MATLAB are collections of functions, MATLAB files, and sample data that extend the capabilities of the software. These toolboxes provide additional functionality and allow users to perform various tasks in specific domains such as signal processing, image processing, control systems, statistics, etc.

By running the "toolbox list" command, MATLAB will display a list of all the installed toolboxes. This command is useful when you want to check which toolboxes are currently available for use in your MATLAB environment.

Each line of the output will typically show the name of a toolbox along with its version number and installation path. This information can help you understand the capabilities of your MATLAB installation and identify the specific toolboxes you have access to when writing scripts or using MATLAB functions.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the toolbox tool