mexw64,这个扩展名是什么文件。

mexw64,这个扩展名是什么文件啊,怎么样才可以打开这个文件,好像是个s-function的文件,但不知道打开的方法,请指教!

 採用された回答

cevoca
cevoca 2022 年 11 月 26 日

1 投票

s函数以.c结尾 在matlab利用mex命令 也即是mex xxx.c形式转成你说的mexw64的文件 他不是源代码 只是你可以用matlab的sfunction模块来调用的文件 如果你的例程里没里没有.C这个文件 想要看结果只能去64位的机子上去运行 32位上能运行的文件应该是mexw32结尾

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange启动和关闭 についてさらに検索

タグ

質問済み:

2022 年 11 月 26 日

回答済み:

2022 年 11 月 26 日

Community Treasure Hunt

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

Start Hunting!