How to pass variable parameters to mcc compiler being run within a script?

Given a m-script (although it doesn't work but shows the idea):
% defining a couple of variables
Exename='Myprog';
Inputdir='c:\Mydir';
Mfilename=[Inputdir '\' Exename '.m'];
Filemask=[Inputdir '\*.m'];
% running Matlab Compiler
mcc -m Exename -d Inputdir Mfilename -a Filemask
Error using mcc - The output directory, 'Inputdir' does not exist.

Categorías

Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.

Preguntada:

el 3 de Mayo de 2018

Respondida:

el 13 de En. de 2025

Community Treasure Hunt

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

Start Hunting!

Translated by