Client installation package for Mathlab
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Walter Roberson
le 25 Juil 2024
I think it would be somewhat tricky to develop a single package that is able to install to Windows, Linux, and Mac.
Réponses (1)
Shlok
le 6 Août 2024
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:
0 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!