您的机器中是否需要有 Fortran 编译器才能让 Matlab 工作?
您的机器中是否需要有 Fortran 编译器才能让 Matlab 工作?
我读到“MATLAB® 中的线性代数函数和矩阵运算是基于 LAPACK 构建的”,并且还了解到 LAPACK 是用 Fortran 90 编写的,所以我想我们的机器中需要有一个 Fortran 编译器才能使 Matlab 工作。然而,我前段时间使用 Matlab 时没有安装 Fortran 编译器。所以我有点困惑。
Do you need a Fortran compiler in your machine to have Matlab work?
I read that "Linear algebra functions and matrix operations in MATLAB® are built on LAPACK," and also learned that LAPACK is written in Fortran 90, so I guess we would need to have a Fortran compiler in our machine to make Matlab work. However, I was using Matlab some time ago without having a Fortran compiler installed. So I am a bit confused.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以。Matlab 可执行文件是从各种来源编译的,其中一些可能是 Fortran 或从 Fortran 代码派生的。但无论情况是否如此,对于 Matlab 用户来说并不重要。 Matlab 作为可立即运行的程序提供。
有关运行 Matlab 所需的完整要求,请参阅
https://www.mathworks.com/support/requirements/matlab-系统要求.html
No. The Matlab executable(s) are compiled from various sources, some of which may be fortran or derived from fortran code. But whether that's the case or not, it doesn't matter to the Matlab user. Matlab is delivered as a ready-to-run program.
For complete requirements necessary to run Matlab, see
https://www.mathworks.com/support/requirements/matlab-system-requirements.html