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

11 Ansichten (letzte 30 Tage)
Mikael
Mikael am 20 Apr. 2024
Beantwortet: Swastik Sarkar vor etwa 23 Stunden
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 Kommentar
Dyuman Joshi
Dyuman Joshi am 20 Apr. 2024
If you have installed a trial-version, there should be a license file saved in your PC.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Swastik Sarkar
Swastik Sarkar vor etwa 23 Stunden
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:

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by