Problem related to GUI deployment
6 ビュー (過去 30 日間)
古いコメントを表示
Sri Janani Egambaram
2024 年 9 月 13 日
コメント済み: Sri Janani Egambaram
2024 年 9 月 19 日
Hello everyone, I am developing a GUI using MATLAB App Designer 2022b for my project, in that i have included two simulink models and a MATLAB code for the result and that is working perfectly fine when i run it in the MATLAB environment. But when i tried to deploy the same as a standalone application, it is throwing error as "File Analysis is Stopped since my model has SoC blockset".
But i didn't use any SoC blockset for the model, it only has normal To workspace, From Workspace, bit Concat, Data conversion and UDP send block(HDL coder) alone. I didn't know why it shows such errors because of this i can't deploy the app now. Somebody please help where did I go wrong
0 件のコメント
採用された回答
Kiran Kintali
2024 年 9 月 14 日
In a fresh launch of MATLAB session repeat the above steps. When the error hits run the following command
>> license inuse
you can check which products are checking out license to confirm the right products are used.
Feel free to reach out to tech support if you find something incorrect with respect to product usage or license checkout.
Hope this helps.
3 件のコメント
Kiran Kintali
2024 年 9 月 18 日
編集済み: Kiran Kintali
2024 年 9 月 18 日
Reaching out to support@mathworks would be helpful for further assistance and debug of this issue. The case will be routed to the right team.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!