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

 Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Instrument Control Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by