How can I see all of toolboxes?
451 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/381293/image.png)
Risposte (1)
Sudhakar Shinde
il 15 Ott 2020
one option to see all toolboxes:
Go to command window and type to list out all installed toolboxes on your machine.
ver
5 Commenti
Sudhakar Shinde
il 15 Ott 2020
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:
Walter Roberson
il 15 Ott 2020
alexnet is a support package https://www.mathworks.com/matlabcentral/fileexchange/59133-deep-learning-toolbox-model-for-alexnet-network or from the Add-On Explorer.
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!