Deployment of my app to Matlab users.

I have created an app and I want to distribute it - for evaluation - to other users but without distributing the .mlapp file.
Is there any roadmap for this ?
Thanks

 Accepted Answer

6 Comments

Does this require the (very expensive) MATLAB Compiler Toolbox?
The recommended approach uses the Standalone Application Compiler, which is included in the MATLAB Compiler toolbox.
Here's a full list of ways to share an app: Ways to Share Apps
Manolis
Manolis on 10 Apr 2026
Edited: Manolis on 10 Apr 2026
Thanks @Image Analyst for your crusial question.
Thanks @Cris LaPierre for your useful answer .
@Manolis I presume you don't want the other users to see your source code. Will the users have their own installation of the MATLAB development environment?
@Cris LaPierre is there still a way to encrypt your source code into pcode and have the other user run it (if they have the full MATLAB development environment)?
Cris LaPierre
Cris LaPierre on 11 Apr 2026 at 14:12
Edited: Cris LaPierre on 11 Apr 2026 at 14:13
There is stil the pcode funtion, but that only obfuscates *.m files. It does not work on mlx or mlapp files.
However, I did just discover this Answers post from MathWorks Support Team:
@Image Analyst . Yes I am interested to be evaluated by Matlab users.
@Cris LaPierre . The workaround at the link seems interesting.
Thanks both.

Sign in to comment.

More Answers (0)

Categories

Find more on Just for fun in Help Center and File Exchange

Products

Release

R2025b

Tags

Asked:

on 9 Apr 2026

Commented:

on 12 Apr 2026 at 10:59

Community Treasure Hunt

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

Start Hunting!