I want to read multiple image files in sub-directories...
For that I used Image Analyst's very good code...
But when i tried it... i got this error... I already change permissions... n i m using ubuntu...
Thanks in Advanced...

 채택된 답변

per isakson
per isakson 2015년 2월 26일
편집: per isakson 2015년 2월 26일

1 개 추천

It looks like the filespec is erroneous (and illegal). The first part of the filespec, /home/shi..., is repeated.
&nbsp
I've not tried to debug the code.

댓글 수: 1

I just fixed it... it was minor problem...
In line 23...
[singleSubFolder, remain] = strtok(remain, ';');
and i change it to...
[singleSubFolder, remain] = strtok(remain, ':');
And it's work for me... fine...
Anyway thanks for your suggestion...

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

질문:

2015년 2월 26일

댓글:

2015년 2월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by