Matlab Error "Deletion requires an existing variable."

I'm tring to use matlab code in this article
i got below error
" Deletion requires an existing variable.
Error in TextDetection (line 181) textBBoxes(numRegionsInGroup == 1, :) = []; "
can you help?

回答 (1 件)

ag
ag 2024 年 7 月 9 日

0 投票

Hi Mohamed,
The error message "Deletion requires an existing variable" indicates that the variable "textBBoxes" has not been declared.
To resolve this issue, please ensure that you run all the sections in the specified order as outlined in the example. Rather than executing each section individually, you can run all sections simultaneously by using the "Run" button located under the "Live Editor."
Furthermore, you may use the following command to load the example and ensure that all sections are correctly in place:
openExample('vision/TextDetectionExample') %Internet connection is required
Hope this helps!

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

製品

タグ

質問済み:

2016 年 1 月 6 日

回答済み:

ag
2024 年 7 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by