Clear Filters
Clear Filters

Does the Matlab Compiler support compiling code that uses the dos function to call external functions?

3 views (last 30 days)
I've developed a UI using GUIDE that uses the dos function to run external functions that process data. I want to compile this UI and deliver it to a computer that does not have Matlab. Does the Matlab compiler support the dos function? Also, is there capability to build an installer with the compiler or will I need third partry software like Installer Vise or InstallShield?

Answers (1)

Ritesh Chandna
Ritesh Chandna on 12 Apr 2017
Yes, MATLAB Compiler supports dos function. Also, you don't need any third party software to create an installer. MATLAB compiler creates an installer in the for_redistribution folder. Please refer to the below link for more information:

Categories

Find more on Introduction to Installation and Licensing 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!