How to Run filename.mexw64 in command prompt
3 views (last 30 days)
Show older comments
How to Run filename.mexw64 in command prompt without .c source file
0 Comments
Answers (1)
James Tursa
on 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).
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!