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

Antworten (4)

Wendy Fullam
Wendy Fullam am 12 Dez. 2019
Bearbeitet: Wendy Fullam am 12 Dez. 2019

2 Stimmen

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.
Jan
Jan am 4 Nov. 2011

0 Stimmen

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.
abeer
abeer am 4 Nov. 2011

0 Stimmen

thanks for your answer, Jan. well, I did. but the problem remains:
Warning: Unable to save path to file 'C:\Program Files\MATLAB\R2010a\toolbox\local\pathdef.m'. > In savepath at 162
and as far as I understood from that line is that it is unreadable. I can not understand this is my personal labtop and I am the administrator. what do I miss?
I will repost "out of memory" problem in another thread thanks

6 Kommentare

Walter Roberson
Walter Roberson am 4 Nov. 2011
Do you log in as administrator, though?
abeer
abeer am 5 Nov. 2011
yes I did
Daniel Shub
Daniel Shub am 5 Nov. 2011
Thats odd. Can you open pathdef.m with notepad? Can you save it with another name, delete the original and then rename the copy?
Jan
Jan am 5 Nov. 2011
If you work with Matlab as a single user on your local machine, the folder "C:\Program Files\MATLAB\R2010a\toolbox\local\" should be writable by the user. Please test:
which pathdef
fileattrib(which('pathdef.m'))
fileattrib(fileparts(which('pathdef.m')))
Kaustubha Govind
Kaustubha Govind am 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.
K E
K E am 6 Jun. 2016
As you say, I am running Matlab as Administrator and still can't save my path on R2015a, despite suggestion #1 here. What is the workaround?

Melden Sie sich an, um zu kommentieren.

Brenna
Brenna am 2 Jul. 2024

0 Stimmen

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!

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 4 Nov. 2011

Beantwortet:

am 2 Jul. 2024

Community Treasure Hunt

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

Start Hunting!

Translated by