create an executable from name.m

2 views (last 30 days)
prog computer
prog computer on 3 Feb 2020
Commented: Allen on 26 May 2021
I have a small code in Matlab and I want to create an executable file for it.. Is any code can be converted into an executable file? This is my first time on this.. Can anyone give me the steps from zero to the end
Thank you so much

Answers (1)

Allen
Allen on 3 Feb 2020
To generate MATLAB executable files you need the MATLAB Compiler. From there you would use the deploytool function.
  1 Comment
Allen
Allen on 26 May 2021
Please do not forget to accept the answer if I was able to answer your quesion. This will help other people that are looking for a similar answer know what works. Otherwise perhaps you can include what problems you may still be running into with the provided solutions.
Thanks,
Allen

Sign in to comment.

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!