How to Run filename.mexw64 in command prompt
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to Run filename.mexw64 in command prompt without .c source file
0 commentaires
Réponses (1)
James Tursa
le 26 Août 2019
Assuming you are on a WIN64 system, call it just like any other function. E.g.,
my_result = filename(my_arguments);
The filename.mexw64 file must be visible (i.e., in your current directory or on the MATLAB path).
0 commentaires
Voir également
Catégories
En savoir plus sur MATLAB Coder dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!