How can I see all of toolboxes?

A week ago I installed MATLAB on my computer to use Simulink. I selected all toolboxes from the list and downloaded all of them but I can't see some of these toolboxes such as Deep Learning Toolbox, Reinforcement Learning Toolbox. To solve this problem I wanted to remove and reinstall MATLAB and MATLAB asked me to select toolboxes. On this window I saw all of toolboxes and that means the toolboxes are downloaded when I installed MATLAB but I can't see them still. What should I do?

Answers (1)

one option to see all toolboxes:
Go to command window and type to list out all installed toolboxes on your machine.
ver

5 Comments

Now, I can see but the problem is I don't know how to use these unseen toolboxes.
Which toolbox you are interested and if this is not listed here ,meaning this could not be installed on your machine.
Download this toolbox from mathworks side and install it. While installation you can select perticular toolbox to install.
All of the toolboxes are listed here but I can't see some of them when I wanted to use Simulink (e.g. Deep Learning Toolbox)
If deep learning is listed here, try on command window:
net = alexnet;
If this does not give any error, Deep learning toolbox is ok to use.
You can see some of examples of deep learning:

Sign in to comment.

Categories

Products

Release

R2020b

Asked:

on 15 Oct 2020

Commented:

on 15 Oct 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!