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'.

 采纳的回答

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 个)

类别

帮助中心File Exchange 中查找有关 Instrument Control Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by