How to Run filename.mexw64 in command prompt

1 visualización (últimos 30 días)
Pallanti Srinivasa Rao
Pallanti Srinivasa Rao el 26 de Ag. de 2019
Respondida: James Tursa el 26 de Ag. de 2019
How to Run filename.mexw64 in command prompt without .c source file

Respuestas (1)

James Tursa
James Tursa el 26 de Ag. de 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).

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by