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 Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by