i cannot open a file from external hard disk

addpath(genpath([H:\D\codes\scene understanding\codetsu\codetsu,'\codetsu'])); savepath; Undefined function or variable 'H'.

 採用された回答

dpb
dpb 2014 年 4 月 9 日

2 投票

Didn't enclose the path in quotes so Matlab's trying to interpret it.
addpath(genpath(['H:\D\codes\scene understanding\codetsu\codetsu','\codetsu']));

その他の回答 (0 件)

質問済み:

2014 年 4 月 9 日

回答済み:

dpb
2014 年 4 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by