![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/254188/image.jpeg)
Add a toolbox
72 views (last 30 days)
Show older comments
I need to add 2 toolboxes to Matlab, when I use the "add path" function it adds itself naturally and I "save" the current paths but the problem is once I log off Matlab it restores to the paths before adding these two toolboxes !!
Meanwhile if I said I will add them each time, I have no problem with that but it returns a message calling "out of memory" when trying to use the "sift" command.
I appreciate if you can help me. Thank you
0 Comments
Answers (4)
Wendy Fullam
on 12 Dec 2019
Edited: Wendy Fullam
on 12 Dec 2019
If you are using MATLAB R2016a or later, you can do this without leaving MATLAB.
Whether you need additional toolboxes, apps, hardware support packages, or community submissions, you can easily browse and find what you’re looking for using the Add-On Explorer. Learn more here.
Add-ons extend the capabilities of MATLAB. Find add-ons for your task, no matter what you’re working on.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/254188/image.jpeg)
0 Comments
Jan
on 4 Nov 2011
Use addpath at first to add the folders to the path. Then save the path by savepath - no spaces in the command.
The out-of-memory message is another problem. Please post it in a new thread inlcuding the complete line, which causes this error.
0 Comments
abeer
on 4 Nov 2011
6 Comments
Kaustubha Govind
on 7 Nov 2011
You may also need to run MATLAB "as administrator". I've found that even if you're logged in as admin, Windows UAC doesn't let applications write to the "Program Files" area.
Brenna
on 2 Jul 2024
whatever version of matlab you have, make sure it is called that when you direct to it (i.e. MATLAB_R2023a) and then put .app after whatever you call it is!
0 Comments
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!