Is it possible to download the license file for the trial version?

조회 수: 11 (최근 30일)
Mikael
Mikael 2024년 4월 20일
댓글: Mikael 2024년 11월 25일
Is it possible to download the license file for the trial version?
I would like to use it in a docker image to run a simulation in batch mode (headless).
  댓글 수: 1
Dyuman Joshi
Dyuman Joshi 2024년 4월 20일
If you have installed a trial-version, there should be a license file saved in your PC.

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

답변 (1개)

Swastik Sarkar
Swastik Sarkar 2024년 11월 20일
To utilize the trial version for running Simulink, there is no need to pass license server or license information. A custom Docker image can be created containing additional products such as Simulink. The simulation can then be run in batch mode using a command similar to the following:
docker run --init matlab_with_add_ons:R2024a -batch sim(model)
More information about building and running a MATLAB Docker image with additional products can be found at the following link:

카테고리

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