필터 지우기
필터 지우기

¿Is it possible to run a Matlab code on a computer that does not have Matlab installed?

조회 수: 19 (최근 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개)

Rik
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.

카테고리

Help CenterFile 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!

Translated by