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

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

 Accepted Answer

cevoca
cevoca on 26 Nov 2022

1 vote

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

More Answers (0)

Categories

Find more on 启动和关闭 in Help Center and File Exchange

Tags

Asked:

on 26 Nov 2022

Answered:

on 26 Nov 2022

Community Treasure Hunt

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

Start Hunting!