如何将m文件转换为dll?
如何将 matlab m 文件转换为 .net 程序集?
How can I convert a matlab m-file to a .net assembly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何将 matlab m 文件转换为 .net 程序集?
How can I convert a matlab m-file to a .net assembly?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您可以使用 Matlab Builder NE 将 .m 文件编译为 .NET 程序集。
有关 MATLAB 连接 .NET 的其他可能性,请参阅 MATLAB Interface to .NET Framework
PS:Google 是你的朋友......
You can use Matlab Builder NE to compile .m files into .NET assemblies.
For other possibilities of interfacing .NET from MATLAB, see MATLAB Interface to .NET Framework
PS: Google's your friend...
不知道这是否是您需要的,但您可以查看这个。
don't know if its what you need, but you can check this out.
我还没有检查过这一点,但我认为您可以使用 mcc 命令生成 C 代码,但不要相信我!
输入
help mcc
了解有关编译器文档的更多详细信息I haven't checked this but I think you can generate C code using the mcc command but don't trust me on that!
type
help mcc
for more details about the compiler documentation