Toolboxes are not compiled
2 次查看(过去 30 天)
显示 更早的评论
I have a program in Matlab and I want to compile it, however after compiling it, when opening the executable it throws an error, stating that the image processing and statistics toolboxes are required, but the code runs correctly in Matlab, why could this happen?

2 个评论
Walter Roberson
2025-7-19
All command line functionality for Image Processing Toolbox and Statistics Toolbox is supported by MATLAB Compiler.
However, pre-built applications and user interfaces for those toolboxes are not supported by MATLAB Compiler.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!