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

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

 Akzeptierte Antwort

cevoca
cevoca am 26 Nov. 2022

1 Stimme

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

Weitere Antworten (0)

Kategorien

Mehr zu 启动和关闭 finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 26 Nov. 2022

Beantwortet:

am 26 Nov. 2022

Community Treasure Hunt

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

Start Hunting!