Toolboxes are not compiled

2 views (last 30 days)
Naason Manuel
Naason Manuel on 19 Jul 2025
Commented: Naason Manuel on 19 Jul 2025
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 Comments
Walter Roberson
Walter Roberson on 19 Jul 2025
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.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!