set a matlab path to a 'private' folder
set a matlab path to a 'private' folder
(OP)
Hi,
I'm trying to run a matlab code that I've downloaded from the web (its author made it publicly available on his site). The code consists of a main function that calls up several other functions. It is in a folder with several subfolders, one of which is called 'private'. Matlab doesn't let me set a path to this folder, and when I try running the main function, I get an error that a function in the private folder is inaccessible. Any way out?
Thank you,
Dina
I'm trying to run a matlab code that I've downloaded from the web (its author made it publicly available on his site). The code consists of a main function that calls up several other functions. It is in a folder with several subfolders, one of which is called 'private'. Matlab doesn't let me set a path to this folder, and when I try running the main function, I get an error that a function in the private folder is inaccessible. Any way out?
Thank you,
Dina
RE: set a matlab path to a 'private' folder
=====================================
(2B)+(2B)' ?
RE: set a matlab path to a 'private' folder
RE: set a matlab path to a 'private' folder
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
Chinese prisoner wins Nobel Peace Prize
RE: set a matlab path to a 'private' folder
I now realized that my problem was not related to the private folder, but to some mex functions within it. A private folder contains functions that are available only to its parent folder and one actually is not supposed to set a path to it. Apologies for not investigating this properly before posting my question, and thanks again.
Dina