How to Run filename.mexw64 in command prompt

3 ビュー (過去 30 日間)
Pallanti Srinivasa Rao
Pallanti Srinivasa Rao 2019 年 8 月 26 日
回答済み: James Tursa 2019 年 8 月 26 日
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 Center および File ExchangeSimulink についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by