Effacer les filtres
Effacer les filtres

How can I run a compiled MATLAB program if it requests input to the command window?

4 vues (au cours des 30 derniers jours)
I am trying out the MATLAB Compiler to run a script that I have written. After compiling and running the code, it works fine until the following error message appears: "Undefined function 'regexprep' for input arguments of type 'double'." I do not know what 'regexprep' is and I don't use it in my code. But on the line that the error message refers to, I use the 'input' function, and I can understand why that would cause a problem, because there is no command window when I am running the compiled version. So, my questions are: What is 'regexprep'? How can I get a compiled MATLAB program to run if it depends on user input to the command window? Is there anything other than the 'input' function that could be causing the issue?

Réponse acceptée

Nicholas Sullivan
Nicholas Sullivan le 16 Juin 2015
In the MATLAB Compiler window, click on Additional Runtime Settings and uncheck the box that says "Do not require Windows Command Shell (console) for execution".

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by