standalone MATLAB executable question

조회 수: 2 (최근 30일)
David Maynard
David Maynard 2019년 12월 5일
댓글: Walter Roberson 2019년 12월 5일
Can a standalone MATLAB executable built with R2017A on one machine install and run on a different machine that has R2017B ?

답변 (1개)

Nicolas B.
Nicolas B. 2019년 12월 5일
that's not at all a problem. If you don't have the exact same MATLAB version with the compiler toolbox, than, you will have to install the required MATLAB Runtime. Than, it runs without using MATLAB itself, but the runtime.
Just a hint, checks that you are installing the latest MATLAB Runtime. The different versions really correct bugs (e.g. R2019a without Update was really buggy but works fine with Update 5).
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 12월 5일
You need the Runtime that corresponds exactly to the version used to create the executable.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by