How to Run filename.mexw64 in command prompt

2 次查看(过去 30 天)
How to Run filename.mexw64 in command prompt without .c source file

回答(1 个)

James Tursa
James Tursa 2019-8-26
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).

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by