matlab - make an exe file from a gui that runs another exe file -


i trying make executable file gui using deploytool. did work , things ok, time , in gui , have line similar this: dos(['runner ' filename]); runner exe file. added needed files , runner.exe shared resources files of deploytool. when make exe file gui , run , mentioned line of code not run , runner not run.

add additional required file archive file.

use -a switch.

compile file command line.

so command should this:

mcc -m (yourfile.m) -a (the_additional_exe_file)

you can find more information here: https://www.mathworks.com/help/mps/ml_code/mcc.html


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -