¿Is it possible to run a Matlab code on a computer that does not have Matlab installed?
22 次查看(过去 30 天)
显示 更早的评论
I am trying to find a method or several methods to run Matlab codes quickly on computers that do not have the program installed, I hope you can help me.
1 个评论
Dyuman Joshi
2023-4-9
If you have a valid license and a good internet connection, one option is MATLAB Online. There are some limitations to that.
回答(1 个)
Rik
2023-4-9
编辑:Rik
2023-4-9
I'm aware of these options, each with their own downsides:
- Matlab Online will be the most consistent
- If you have Compiler, you can create an executable (which still needs the compiler runtime, but not full Matlab)
- If you have Coder, you can generate C or C++ code and compile that to an executable. Not all functions are supported.
- GNU Octave will be able to run most Matlab code. There are several drawbacks (which I will list in a post some day), but in general code that works on Matlab will run on Octave. They treat different results as a bug.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!