multiple file reading from subdirectores...

조회 수: 1 (최근 30일)
Shivang Patel
Shivang Patel 2015년 2월 26일
댓글: Shivang Patel 2015년 2월 27일
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일
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
Shivang Patel
Shivang Patel 2015년 2월 27일
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개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by