'Dot indexing not supported' error shows up only when running executable
古いコメントを表示
Hey,
I see this 'Dot indexing is not supported for variables of this type' error only when running an excutable created from a matlab script. I don't see such error when executing the matlab script itself.
I figured out this snippet here was causing the error. When I comment it out in the matlab script and create an executable, the executable runs fine.
Please, help with this error. Thanks. Also, I use MATLAB 2020b.
6 件のコメント
Rik
2022 年 3 月 9 日
Maybe it is the dynamic indexing that is causing problems? That should be relatively easy to determine.
Sujit Tripathy
2022 年 3 月 9 日
Walter Roberson
2022 年 3 月 9 日
Some level is [] when you expect it to be a struct
Sujit Tripathy
2022 年 3 月 9 日
Walter Roberson
2022 年 3 月 9 日
Are you trying to train a model inside a .exe ? Most training functions cannot be compiled (some can be compiled.)
Sujit Tripathy
2022 年 3 月 9 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

