Azzera filtri
Azzera filtri

Hi, I request you to please explain the meaning of this statement.

2 visualizzazioni (ultimi 30 giorni)
>> addpath(fullfile(pwd, 'Myfolder'))

Risposta accettata

Sean de Wolski
Sean de Wolski il 9 Set 2014
Break it into pieces!
>>pwd
What does this return?
>>fullfile(pwd,'MyFolder')
What happens now?
For something like addpath(), look it up in the doc:
>>doc addpath

Più risposte (1)

the cyclist
the cyclist il 9 Set 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.

Categorie

Scopri di più su Search Path 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!

Translated by