Azzera filtri
Azzera filtri

Client installation package for Mathlab

24 visualizzazioni (ultimi 30 giorni)
Erik de Jong
Erik de Jong il 25 Lug 2024
Risposto: Shlok il 6 Ago 2024 alle 10:20
Hi all,
I'm looking for a way to create a "universal" installation package for Matlab.
Our users will not have local admin and due to security policies the software is installed by packages.
However im under the impression that there is no generic software install and that all specific features require a specific installation procedure.
Can you tell me if there is a way to achieve this? Or is it an option to use the webbased version somehow?
Any help is welcome.
Regards,
  1 Commento
Walter Roberson
Walter Roberson il 25 Lug 2024
I think it would be somewhat tricky to develop a single package that is able to install to Windows, Linux, and Mac.

Accedi per commentare.

Risposte (1)

Shlok
Shlok il 6 Ago 2024 alle 10:20
Hi,
I understand that you're looking to install MATLAB using a common installation package across different systems. However, MATLAB does not offer a "universal" installation package. As a workaround, you can create a bash script to detect the operating system and then automate the installation process accordingly. This script can be easily executed on Linux and macOS systems. For Windows, the system will need to have WSL (Windows Subsystem for Linux) pre-installed.
Steps for installation can be found on this link. You need to automate these steps within the script:
Alternatively, you can use MATLAB Online directly in your browser, which eliminates the need for local installation.
For more information about MATLAB Online, you can refer to the following link:

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by