Filter löschen
Filter löschen

How to Run filename.mexw64 in command prompt

2 Ansichten (letzte 30 Tage)
Pallanti Srinivasa Rao
Pallanti Srinivasa Rao am 26 Aug. 2019
Beantwortet: James Tursa am 26 Aug. 2019
How to Run filename.mexw64 in command prompt without .c source file

Antworten (1)

James Tursa
James Tursa am 26 Aug. 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).

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by