wiki:matlab
Installation
On NixOS I got MATLAB running in an Ubuntu 22.04 Distrobox, though I had to install some libraries in the Distrobox.
- For Distrobox on NixOS see:
-
- “No protocol specified” / can't open display
- To setup Podman config files so you can download images from Docker Hub: https://beb.ninja/post/installing-podman/
-
— Jeffrey Fisher
Common Error
terminate called after throwing an instance of 'std::runtime_error' what(): Unable to launch the MATLABWindow application Aborted
- cd to your unzipped MATLAB installer folder
- Run ./bin/glnxa64/MATLABWindow to diagnose, it tells what library is missing.
- Ubuntu: apt install libgtk2.0-0 libnss3 libatk-bridge2.0-0 libasound2 libxt6 libxft2
wiki/matlab.txt · Last modified: 2024/08/25 22:14 by admin