Hi, I request you to please explain the meaning of this statement.
Show older comments
>> addpath(fullfile(pwd, 'Myfolder'))
Accepted Answer
More Answers (1)
the cyclist
on 9 Sep 2014
It tells MATLAB to look in the subdirectory 'Myfolder' of the present directory, when it executes commands. Type
doc addpath
into the Command Window to see a more complete explanation.
1 Comment
Muna Shehan
on 9 Sep 2014
Categories
Find more on Surrogate Optimization 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!