How do I install Matlab trial on ubuntu remote ubuntu machine through a command line?

조회 수: 25 (최근 30일)
However , I'm not sure that the contents of the file should be. Can someone please share a template to get a trail version installed?

답변 (1개)

VINAYAK LUHA
VINAYAK LUHA 2024년 7월 15일
Hi Kiran,
Follow the steps below to install a trial license MATLAB on a Linux OS using command line:
  1. Fill out the details on this page to activate your trial license: https://www.mathworks.com/campaigns/products/trials.html
  2. Obtain a "File Installation Key" from the "MathWorks License Center" by providing details such as the username and host ID of your remote Linux machine.
  3. Now, On the "Products Trial" page in step 1, click on the "Install MATLAB" option and download the MATLAB R20xxy Linux .ZIP file to your host PC.
  4. Transfer this .ZIP file to your remote machine. You can use methods like uploading the file to GitHub and pulling it into your remote machine using git command, or using file sharing options between your host and remote machine.
  5. Next,Follow the steps on how to create an "installer_input.txt" file in the following documentation and modify only the "fileInstallationKey" to the key obtained in step 2. https://www.mathworks.com/help/install/ug/install-using-a-file-installation-key.html#mw_790d5804-69a8-4c3f-800b-9c19c9f391d5
  6. Execute the silent installation using the "install" script with the "InputFile" parameter as described in the documentation from step 5.
For further reference, you might find these documents helpful:
Hope this helps.
Regards,
Vinayak Luha

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by