Main Content

compiler.runtime.download

MATLAB Runtime 인스톨러 다운로드

설명

예제

compiler.runtime.download는 명령이 실행된 MATLAB® 버전과 업데이트 레벨과 매칭되는 MATLAB Runtime 인스톨러를 다운로드합니다. 인스톨러가 이미 컴퓨터에 다운로드된 경우 MATLAB Runtime 인스톨러가 존재한다는 메시지가 반환되고 해당 위치가 명시됩니다. 컴퓨터가 오프라인인 경우 인스톨러 다운로드 URL이 포함된 메시지가 반환됩니다.

예제

모두 축소

MATLAB R2022a를 사용하여 Windows®에서 MATLAB Runtime 인스톨러를 다운로드합니다.

compiler.runtime.download
Downloading MATLAB Runtime installer. It may take several minutes...

MATLAB Runtime installer has been downloaded to:
 "C:\Users\username\AppData\Local\Temp\username\MCRInstaller9.12\MATLAB_Runtime_R2022a_win64.zip"

MATLAB Runtime 인스톨러 최신 버전을 이미 다운로드한 경우, 다음 명령은 MATLAB R2022a를 사용하는 Windows에서 다음과 같은 결과를 반환합니다.

compiler.runtime.download
An existing MATLAB Runtime installer was found at:
 "C:\Users\username\AppData\Local\Temp\username\MCRInstaller9.12\MATLAB_Runtime_R2022a_win64.zip"

인터넷에 연결되지 않은 경우 이 명령은 웹 브라우저를 열어 MATLAB Runtime 인스톨러를 다운로드할 수 있는 URL을 표시합니다. <release>/Release/<update_level>에 표시된 대로 URL은 MATLAB 버전과 업데이트 레벨을 나타냅니다.

업데이트하지 않은 MATLAB R2024a 최초 버전을 사용하여 MATLAB Runtime의 다운로드 URL을 표시합니다.

compiler.runtime.download
Downloading MATLAB Runtime installer. It may take several minutes...

Error using compiler.runtime.download
A connection could not be established to download the Runtime Installer.
Download the runtime from:
https://ssd.mathworks.com/supportfiles/downloads/R2024a/Release/0/deployment_files/installer/complete/win64/MATLAB_Runtime_R2024a_win64.zip
and update the runtime location in Compiler Settings.

버전 내역

R2018a에 개발됨

참고 항목

|