Problem with Matlab Standalone Application
5 次查看(过去 30 天)
显示 更早的评论
Good morning to everyone.
I have developed an application in Matlab appdesigner but unfortunately at the time of exporting it as a desktop application, it doesn't work properly and I think it's because it's not exporting certain functions ("cell2sym, solve, str2sym, subs, syms") that I use in my code. How could I fix it? Make use of those functions frequently in my code. Thank you !
mcc -o ShaftDesign -W 'WinMain:ShaftDesign,version=1.0' -T link:exe -d D:\Programs\Matlab\AppDesigner\Tesina3_1\for_testing -v D:\Programs\Matlab\AppDesigner\Tesina2.mlapp -r 'C:\Program Files\Polyspace\R2020a\toolbox\compiler\resources\default_icon.ico'
Compiler version: 8.0 (R2020a)
Dependency analysis by REQUIREMENTS.
Warning: In "D:\Programs\Matlab\AppDesigner\Tesina2.mlapp", "cell2sym, solve, str2sym, subs, syms" are excluded from packaging for the MATLAB Runtime environment according to the MATLAB Compiler license. Either remove the file or function from your code, or use the MATLAB function "isdeployed" to ensure the function is not invoked in the deployed component.
Parsing file "D:\Programs\Matlab\AppDesigner\Tesina2.mlapp"
(referenced from command line).
Generating file "D:\Programs\Matlab\AppDesigner\Tesina3_1\for_testing\readme.txt".
Packaging...
Creating the bundle...
Creating the install agent URL file...
Web based installer created at D:\Programs\Matlab\AppDesigner\Tesina3_1\for_redistribution\MyAppInstaller_web.exe.
Packaging complete.
Elapsed packaging time was: 46 seconds.
0 个评论
采纳的回答
Walter Roberson
2020-9-28
Symbolic Toolbox can never be compiled.
7 个评论
Juliana Manrique
2020-10-21
Is it not posiible for it to run an App with functions from Symbolic toolbox through the Matlab Web App Server?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Assumptions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!