フィルターのクリア

Read Training Data.

3 ビュー (過去 30 日間)
Mir AbdulRehman
Mir AbdulRehman 2020 年 11 月 25 日
コメント済み: Mir AbdulRehman 2020 年 11 月 28 日
Can Some one help me with this... I just started to work on Matlab and I wanted to make my first image processing project but I can't make the program righe. I don't know what's wrong. I wrote a Loop to access 34 files of Alpha numeric Characters having images of those characters.... I'm working on a custome OCR Model to train Neural Networks.

採用された回答

Walter Roberson
Walter Roberson 2020 年 11 月 25 日
Change the
+ '_'
to
+ "_"
You are currently doing numeric addition of characters, not appending. Using + to append only works for string() objects, but you are working with character vectors rather than string() objects. Changing that '_' to "_" happens to be in the right place to convert everything necessary into string objects.
  1 件のコメント
Mir AbdulRehman
Mir AbdulRehman 2020 年 11 月 28 日
Thank You very much for the hint..... There were more then one errors in the code but as soon as i cleared the first one, the remaining were easier to clear-out....

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeText Analytics Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by