Help Setting Path Environment

2 ビュー (過去 30 日間)
James Pistorino
James Pistorino 2017 年 2 月 26 日
コメント済み: James Pistorino 2017 年 2 月 26 日
Matlab newbie, so please be gentle.
I downloaded some code from: https://bitbucket.org/xinggangw/bcf
I then extracted the whole thing into a directory: bcf.
When I try and run the code (e.g., exp_ani) I get a series of errors like:
>> exp_ani
Warning: Name is nonexistent or not a directory: include\llc
> In path (line 109)
In addpath (line 88)
In exp_ani (line 3)
I assumed that indicates the path is wrong.
I then set the path to include all the place where the files were extracted to and all subdirectories.
Further, when I look at the paths listed, they appear to be correct.
What am I doing incorrectly here?
  1 件のコメント
David Goodmanson
David Goodmanson 2017 年 2 月 26 日
Hi James, Have you tried doing this with the 'pathtool' gui? It seems to work pretty well.

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2017 年 2 月 26 日
You need to cd into your bcf directory to run the code in exp_ani . It assumes that the directories it wants are not already part of the path but that they are available in the current directory being executed from.
  1 件のコメント
James Pistorino
James Pistorino 2017 年 2 月 26 日
Thanks. That appears to solve at least that part of things.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSearch Path についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by