필터 지우기
필터 지우기

i cannot open a file from external hard disk

조회 수: 2 (최근 30일)
Datti Nagadhara Harini
Datti Nagadhara Harini 2014년 4월 9일
답변: dpb 2014년 4월 9일
addpath(genpath([H:\D\codes\scene understanding\codetsu\codetsu,'\codetsu'])); savepath; Undefined function or variable 'H'.

채택된 답변

dpb
dpb 2014년 4월 9일
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개)

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by