How to Run filename.mexw64 in command prompt

3 visualizzazioni (ultimi 30 giorni)
Pallanti Srinivasa Rao
Pallanti Srinivasa Rao il 26 Ago 2019
Risposto: James Tursa il 26 Ago 2019
How to Run filename.mexw64 in command prompt without .c source file

Risposte (1)

James Tursa
James Tursa il 26 Ago 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).

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by