MATLAB Mex 文件

发布于 2024-09-02 18:48:06 字数 76 浏览 12 评论 0原文

有没有办法获取内置 MATLAB m- 文件的 mex 文件?如果是,怎么办?如果不是,这是否意味着我必须自己编写 C 代码(哦不!!!)

Is there a way to get the mex file for a built-in MATLAB m- file? If yes, how? If no, does that mean I have to write the C code myself (oh nooo!!!)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Bonjour°[大白 2024-09-09 18:48:06

Matlab 内置函数是闭源的。因此,您将无法获取它们的代码。不过,如果可以解决您的问题,可以从 C 代码调用 Matlab 函数。

根据您想要的功能,您可以在其他地方找到其中的一些功能。例如,线性代数运算位于 LAPACK 中,您也许可以从源代码中获取一些内容OCTAVE

The Matlab built-in functions are closed-source. Thus, you won't be able to get the code for them. It is possible to call Matlab functions from C code, though, if that solves your problem.

Depending on the function you want, you can find some of it elsewhere. For example, linear algebra operations are in LAPACK, and you may be able to get something from the source of OCTAVE.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文