Matlab Linux 64 Bit



Note

The Installation Manual at the MathWorks site is sound. Follow the preparatory steps below, then follow that link.

Specific mex compiler matlab linux 64 bit. Learn more about matlab, r2017, mex compiler, linux MATLAB Compiler. MATLAB is proprietary software produced by The MathWorks and requires a license to obtain, install, and activate. New versions of MATLAB are released twice a year, release names are composed of R, the year of the release and a or b. Since R2012b MATLAB has only been available for 64-bit Linux. MATLAB R2020b Windows / macOS / Linux MATLAB R2020b Windows / macOS / Linux. 96 in Windows 10 64 bit installed and successfully activated.

Procedure 50. The installation of Matlab on Linux step by step

  1. Preparations

    1. Note

      This step is only needed if the installation images are not mounted on the installing machine. Do make sure the receiving machine has space for the medium.

    2. Note

      This step is only needed if the installed files are going to be on an NFS share.

  2. Follow the Installation Manual from Mathworks. It's much better than this one.

(Redirected from Matlab)

This article or section needs language, wiki syntax or style improvements. See Help:Style for reference.

Reason: unnecessarily verbose (Discuss in Talk:MATLAB#)

From the official website:

MATLAB is a high-level language and interactive environment for numerical computation, visualization, and programming. Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java.

Overview

MATLAB is proprietary software produced by The MathWorks and requires a license to obtain, install, and activate. New versions of MATLAB are released twice a year,release names are composed of R, the year of the release and a or b.Since R2012b MATLAB has only been available for 64-bit Linux. Arch Linux is not officially supported.[1]

Installation

A complete copy of the MATLAB software must be obtained before it can be installed. The MATLAB software is available to licenses holders on both a DVD and through the The MathWorks website. In addition to the software a file installation key is required for installation. It is possible to install MATLAB either with the matlabAUR package from the AUR or from the MATLAB installation software directly. The advantage of the matlabAUR package is that it manages dependencies and some of the nuances of the installation process while installing directly from the MATLAB installation software can be done by regular users to their home directories and works for any release of MATLAB (the matlabAUR package only works for releases including and after R2010b).

Installing from the MATLAB installation software

The MATLAB installation software is self contained and does not require any additional packages to install in silent mode. To install with the GUI a working Xorg graphical display is necessary. Wayland is not currently supported yet, at least not for the GUI; however, plotting seems to work. The installation is handled by the install script. You can run the script as root to install MATLAB system-wide or your user to install it only for you. On version R2020 the normal install script may not work, however, the legacy install script ISO-DIR/bin/glnxa64/install_unix_legacy does work [2].

MATLAB 2016a and earlier is not compatible with ncurses 6, so you must install the ncurses5-compat-libsAUR package. See #Segmentation fault on startup for more info.

During the installation, you are asked if you want symlinks to be created. If you did not choose to do so, you can now manually create a symlink in /usr/local/bin to make it easier to launch in terminal:

Or you could add MATLAB install path to PATH environment variable.

Desktop entry

Optionally create a desktop entry. The MIME type of MATLAB files is text/x-matlab.

Start matlab with:

  • -desktop to run Matlab without a terminal.
  • -nosplash to prevent the splash screen from showing up.

In order for icons to appear correctly StartupWMClass needs to be set in the desktop entry. To find it out start MATLAB, run xprop | grep WM_CLASS and select the MATLAB window.

Example desktop entry (replace R2019a with your MATLAB version):

If one need to set environment variable, one could prepend env in Exec, for example, to system's libfreetype:

A booklet provides a good format when you need more space than a pamphlet provides but don't have enough information to fill a complete book. Microsoft Word for Mac 2008 does not include a feature for booklet printing. Earlier versions of Word for Mac included limited support and left many users frustrated. Whether you want to create a booklet for an event or print out an ambitious book project, consider using the pre-built page settings for booklets that comes with Word. The Book Fold layout sets you up for printing your masterpiece automatically in the correct order, ready for folding and binding. Jul 30, 2016 Here we are just making a simple test booklet, added a header, and page numbers for the footer. After you have the Booklet setup in word, you can navigate to each page, and make any edits or changes you need. Print Booklets. Depending on the type of printer you have, hopefully you can print both sides of the document. For those of you wondering how to create or print a document in booklet form using Word for Mac. Follow these instructions: Create or open your multiple page document (page count needs to be divisible by 4 for pagination to work properly). Choose File - Print. Set the page size and scale to fit. Set booklet and layout. Open in preview. How to print a booklet in word for mac.

One might wanna use system's libstdc++.

Installing from the AUR package

The EULA for the proprietary MATLAB software is restrictive. The matlabAUR package from the AUR is designed to allow MATLAB to be integrated into and managed by Arch. The package should be built on the system on which it is going to be installed and the package should be deleted from the installation location and the Pacman cache following installation. Distributing the package is a clear violation of the EULA.

The matlabAUR package from the AUR defaults to building a package for the most recent 64-bit release of MATLAB, one could also install old releases, eg. matlab-r2015bAUR. The matlabAUR package from the AUR requires that both the MATLAB installation software and the file installation key are available in the source directory.

In order to install Matlab from AUR, download the PKGBUILD file from AUR. Download the zip file containing the Matlab installer. Then, run the installer to download necessary files:

Make sure you check all the boxes of the toolboxes you would need, and wait until the download is finished. Make sure not to close the installer. You can locate the downloaded files:

or

Merge the downloaded files to the installer:

Then package the installer to the required tarball:

Then download the .lic file: Go in your MathWorks account and click on the license number you want to use. Then, go to the Install and Activate tab and select 'Activate to Retrieve License File'. Follow the instructions and download the license file needed for the installation and name the file matlab.lic. Also, the File Installation Key (FIK) is displayed: copy-paste it in a empty file and name it matlab.fik.

Copy the above files to the folder containing the PKGBUILD file. Then, modify the PKGBUILD file to install the toolboxes you need. Then, run the installation:

For more details, refer to the PKGBUILD file.

Configuration

Java

The MATLAB software is bundled with a JVM and therefore it is not necessary to install Java. The JVM version supported by MATLAB is listed in System Requirements & Platform Availability or simply type version -java in MATLAB. One could set the MATLAB_JAVA environment variable to use custom JVM, for example, to specify the jre8-openjdk JRE, launch MATLAB with:

OpenGL acceleration

MATLAB can take advantage of hardware based 2D and 3D OpenGL acceleration. Support for hardware acceleration needs to be configured outside of MATLAB. Appropriate video drivers need to be installed along with the OpenGL utility library glu package. If X11 forwarding is being used, the video drivers need to be installed on both the client and server. To check if MATLAB is making use of hardware based OpenGL acceleration run:

If 'software rendering' is not 'false', then there is a problem with your hardware acceleration. If this is the case make sure OpenGL is configured correctly on the system. This can be done with the glxinfo program from the mesa-demos package:

If 'direct rendering' is not 'yes', then there is likely a problem with your system configuration.

If glxinfo works but not matlab, you can try to run:

If it works, you can edit Matlab launcher script to add:

If you experience a low-level graphics error, you can use a software implementation of OpenGL or use an older driver. According to this entry in the ArchWiki, in Mesa 20.0 the new Iris driver was promoted to be the default for Gen8+. You may disable it and revert to use the old i965 driver by setting the MESA_LOADER_DRIVER_OVERRIDE=i965environment variable before starting Matlab or any OpenGL application. Alternatively, you can run Matlab with the following command:

If it works, you can edit the Matlab launcher script to add:

Sound

To confirm that MATLAB is able to use the default soundcard to present sounds run:

This should play an except from Handel's 'Hallelujah Chorus.' If this fails make sure ALSA is properly configured. This can be done with the speaker-test program from the alsa-utils package from the official repositories:

If you do not hear anything, then there is likely a problem with your system configuration.

GPU computing

MATLAB can take advantage of CUDA enabled GPUs to speed up applications. In order to take advantage of a supported GPU install the nvidia, nvidia-utils, ocl-icd, opencl-nvidia, and cuda packages from the official repositories. To check if MATLAB is able to utilize the GPU run:

Install supported compilers

Matlab Linux 64 Bit

In order to access the full functionality of MATLAB (e.g., to use Simulink, Builder JA, and MEX-file compilation), supported versions of the gcc, g++, gfortran, and jdk compilers must be installed. Details about the supported compilers for the current release and previous releases are available online. Many of the supported gcc, g++, jdk compiler versions for past MATLAB releases are available from the AUR (e.g., gcc43AUR, gcc44AUR, gcc47AUR, gcc49AURand jdk6AUR), while past versions of the gfortran compilers are not packaged.

To use previous versions of the the gcc, g++, and gfortran compilers with MEX files, edit ${MATLAB}/bin/mexopts.sh and replace all occurrences of CC='gcc' with CC='gcc-4.X', CXX='g++' with CXX='g++-4.X', and FC='gfortran' with FC='gfortran-4.X', where X is the compiler version appropriate for the particular MATLAB release.

Note: Newer versions of Matlab (at least 2017a) doesn't seem to respect the ${MATLAB}/bin/mexopts.sh customization. Instead it uses ${MATLAB}/bin/glnxa64/mexopts/LANG_glnxa64.xml file.
Note: Though, it's no officially supported, one could still use higher version of compiler, and ignore the warnings.

Help browser

The help browser uses valuable slots in the dynamic thread vector and causes competition with core functionality provided by libraries like the BLAS that also depend on the dynamic thread vector. The help browser can be configured to use fewer slots in the dynamic thread vector with

This is a persistent change and to reverse it use

Garbled Interface

Serial port access

Matlab uses a bundled rxtx library to access serial ports. The built-in version requires the user to have write access directly to /var/run which is no good idea. The easiest way to fix this properly is to install the java-rxtx package first. Follow the instructions shown while installing this package to get your user into the right groups. Then run the following commands to make Matlab use the system rxtx version:


HiDPI and 4k

See HiDPI#MATLAB


Troubleshooting

Blackscreen in help browser and livescripts

In order to use help browser and livescripts install libselinuxAUR.


Static TLS errors

MATLAB has a number of libraries that have been compiled with static thread local storage (TLS) including the help browser doc and the BLAS libraries. For example,

is related to the bugs:

  • 961964 for which patched libraries are available from MathWorks[dead link 2020-03-30 ⓘ]
  • 1003952 for which workarounds exist

A more general solution of recompiling glibc has also been suggested. [3]

MATLAB crashes when displaying graphics

To identify this error, start MATLAB with

from the terminal and try to collect OpenGL information with opengl info from the MATLAB command prompt. If it crashes again and there is an output line like

then the problem is that MATLAB uses its own GNU C++ library, which is an older version than the up-to-date version on your Archlinux system. Make MATLAB use the current C++ library for your system by

If MATLAB still crashes or corrupts graphics (during startup or when plotting), make sure Java's 2D OpenGL rendering is disabled.The environment variable _JAVA_OPTIONS should not contain -Dsun.java2d.opengl=true.

Blank/grey UI when using WM (non-reparenting window manager)

This is a common issue in a number of window managers. (DWM, Awesome, bspwm) Java does not play well with these window managers. There are two methods.

First try setting the environment variable by running

If Matlab works afterwards, export the variable in your .xinitrc.

If it doesn't resolve, you have to fool Java into thinking the WM is named LG3D. (It's an old, depreciated WM that Java applications ironically support) Clean the previous environment variable, install the wmname utility, and run.

Try running Matlab. If it works, put the fix in your starting script. (.xinitrc, bspwmrc and similar should be OK) Do note that other applications (such as neofetch, or tdrop) will think your WM is named LG3D, so you will have to configure them accordingly. Another solution is to run the command only before launching Matlab, and fixing the name after you are done with Matlab.

If it doesn't work, try the combination of both. (The second line works in bspwm) If it still doesn't work, try googling similar issues with java in general.

Garbled or invisible text

Set the environment variable J2D_D3D to false[4].

In newer versions of MATLAB (R2015b) [5] this also requires setting MATLAB_JAVA to something openjdk based. Example:

Corrupted text and fonts in menus and fields

If you notice that the menus or the input fields are corrupted or not appearing correctly then you can try to activate the 'Use antialiasing to smooth desktop fonts' option in Matlab preferences, it seems to solve the problem. Go to Preferences -> Matlab -> Fonts and activate it. You will need to restart Matlab in order to take affect.

Installation dependencies missing

Matlab might complain that it cannot find a package. Look at the package name and install it with Pacman, or in the case of x86_64 there are some libraries only in AUR. matlabAUR and matlab-dummyAUR packages contain a list of up-to-date dependencies for the newest Matlab version.

If you get the following error when running the install script:

this is solved by installing libselinuxAUR from the AUR.

Installation error: archive is not a ZIP archive

During the installation you can get:

Matlab downloads all packages to /tmp/ directory which resides in RAM and is maximum size of half of available memory. In this case it is not enough for installation files and Matlab 2019a installer will warn you about this. If it did not, or if you ignored the warning, you will have got the above error.

You can either resize tmpfs (3,5 GB is not enough, 6 GB works), or remove packages from base install and add them later with built-in Matlab add-on installer.

Install-time library errors

  • Make sure that the symlink bin/glnx64/libstdc++.so.6 is pointing to the correct version of libstdc++.so.xx (which is also in the same directory and has numbers where 'xx' is). By default, it may be pointing to an older (and nonexistent) version (different value for 'xx').
  • Make sure the device you're installing from is not mounted as noexec
  • If you downloaded the files from Mathworks' website, make sure they are not on an NTFS or FAT partition, because that can mess up the symlinks. Ext4 or Ext3 should work.

Resolving start warnings/errors

  • Even if all needed libraries are installed, Matlab when starting can still report some missing libraries. This is resolved by symbolic linking of needed libraries to directories that Matlab checks at start-up. For example, if Matlab triggers error/warning about missing /lib64/libc.so.6 library, this can be resolved by:
  • Matlab R2011b with an up-to-date Arch Linux (as of March 12, 2012) fails on startup with the familiar 'Failure loading desktop class.' A solution is to point Matlab to the system JVM (confirmed to work with the jdk7-openjdk package):
  • Matlab R2017b with an up-to-date Arch Linux (as of September 30, 2017) fails on startup with the familiar 'Failure loading desktop class.' A solution is to install outdated versions of the libraries in the packages cairo (1.14.10 works) and harfbuzz (1.4.6 works) to a local directory and add them to the LD_LIBRARY_PATH for matlab (See also: [6]):

Segmentation fault on startup

If Matlab (R2016a or earlier) stops working after upgrading ncurses to v6.x, install the ncurses5-compat-libsAUR package. See BBS#202575.

In newer versions (e.g. R2017b), the issue could also be due to a font display failing to load.Try moving the libfreetype.so.6 font display file in $MATLAB/bin/glnxa64/ to an 'exclude' directory; see BBS#231299.

ncurses compatibility layer is not required anymore for R2018a. Ariel pink worn copy rare.

Hangs on rendering or exiting with Intel graphics

Some users have reported issues with DRI3 enabled on Intel Graphics chips. A possible workaround is to disable DRI3 and run MATLAB with hardware rendering on DRI2; to do so, launch MATLAB with the environment variable LIBGL_DRI3_DISABLE set to 1:

If the previous workaround does not work, the issue can be circumvented by selecting software rendering with the MATLAB command (beware, performance may be very poor when doing e.g. big or complex 3D plots):

See [7] and [8] for more.

Addon manager not working

This section is relevant for both R2017b and R2018a.

Addon manager requires the libselinuxAUR package to work.

Since upgrade from pango-1.40.5 to pango-1.40.6, the MATLABWindow application (responsible for Add-On Manager, Simulation Data Inspector and perhaps something else) cannot be started. FS#54257A workaround is to point MATLAB shipping glib libraries to those glib libraries from your system. There are 5 of those libraries in matlabroot/R2017b/cefclient/sys/os/glnxa64, namely, as of R2017b:

Make it so that these symlinks are pointing to your system glib libraries instead of versions located in matlabroot/R2017b/cefclient/sys/os/glnxa64.On a standard arch install the local files reside in /usr/lib/.

Do not forget to update the *.0 links as well.

Relinking of 'libfreetype.so.6' is also necessary to open these interfaces. This is found in matlabroot/R2017b/bin/glnxa64/.

If the window opens but is blank, consider switching the html renderer to: ' webutils.htmlrenderer('basic');' as described in #Help browser.

Live Script Errors

If you get the error when attempting to load or create a LiveScript:

  • It could be because of broken symlinks of libgcrypt and other dependencies, after system updates. On the first start of the Live Editor the components are extracted and these libary symlinks are created (if not existing).

A solution is to simply delete the whole folder containing the broken symlinks and the extracted components, which are in the installation directory (represented by $MATLABROOT) under:

Or if the installation directory is not user writable in:

Download matlab linux 64 bit

Matlab will then regenerate the contents on the next Live Editor start.

A better option is to replace libgcrypt symlink in this extraction directory with a less precise one. For example, after extraction, this link to /lib64/libgcrypt.so.20.2.4 is created. Replace it with e.g. /lib64/libgcrypt.so.20.

  • Also the steps in #Addon manager not working may resolve the issue.
  • It can also happen due to missing gconf package. Make sure gconfAUR is installed.
  • If the above does not help, execute in the command window

to get a more detailed error message.

  • A debugging console can be opened with

Using webcam/video device

Make sure the correct support package addons are installed (webcam or OS Generic Video Interface for example). If running matlab as a user, make sure your user has write permissions to wherever the support packages are being downloaded and installed.

At least Matlab 2016b doesn't recognize webcams or imaq adapters correctly without gstreamer0.10. The gstreamer0.10 can be found in the aur and installed as a work around.

Since MATLAB R2017a, Image Acqusition Toolbox is using GStreamer library version 1.0. It previously used version 0.10.

In general, USB Webcam Support Package does a better job working with UVC and built-in cameras than OS Generic Video Interface Support Package.

Warning: As of 2018-08-15 updating gst from 1.14.0 to 1.14.2 breaks video device operation (MATLAB doesn't see the video device anymore). Downgrading fixes this.

MATLAB hangs for several minutes when closing Help Browser

Download

Since upgrade of glibc from 2.24 to 2.25, MATLAB (at least R2017a) hangs when closing Help Browser. The issue is related to the particular version of jxbrowser-chromium shipped with MATLAB.This issue is still present with glibc 2.26 and MATLAB R2017b and R2018a.

To fix this issue, download the latest jxbrowser and replace the following jars from MATLAB:

MATLAB should automatically unpack those jars into matlabroot/sys/jxbrowser-chromium/glnxa64/chromium when first opening Help Browser.Remove matlabroot/sys/jxbrowser-chromium/glnxa64/chromium directory to make sure MATLAB uses the latest jxbrowser.

Unfortunately, this workaround doesn't work in R2017b anymore. Going deeper into investigation of this issue, it is related to a crash of one of jxbrowser-chromium processes. The parent process of jxbrowser-chromium then sits there and waits for response from a process that is already dead. This causes MATLAB main window to freeze. You can easily unfreeze MATLAB by manually killing all leftover jxbrowser-chromium processes.

I've come up with this simple script that uses inotify and waits for user to close Help browser in MATLAB. It triggers when user closes Help browser and sends kill signal to all leftover jxbrowser-chromium processes:

I run this script as part of my MATLAB start script like that:

To make sure that this background job is killed when I exit MATLAB, I use this in the beginning of MATLAB start script:

Some dropdown menus cannot be selected

In some interfaces - such as Simulation Data Inspector or Simulink Test Manager - nothing happens when choosing an item in dropdown menu (for example, when trying to change a number of subplots in Simulation Data Inspector). To work around this issue, hold down the Shift key while clicking the item in dropdown menu.

Not starting - licensing error

In case MATLAB will not start from a desktop environment by the call of its desktop file one should see the output as you start it from the terminal.

For a Licensing error such as:

A re-activation might solve the problem.

MATLAB crashes with 'Failure loading desktop class' on startup

In case MATLAB won't start and starting it from command line gives you the following error:

and you have the option -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel set in your _JAVA_OPTIONS environment variable, start MATLAB with

If this works, add the line

Matlab linux 64 bit linux

to your MATLAB launcher script. Optionally re-add other Java options.

Unable to type in text fields of interfaces based on MATLABWindow

Since R2018a, it is not possible to type text in interfaces based on MATLABWindow - like Signal Editor, Add-Ons Explorer and others.MATLABWindow and MATLAB's webwindow infrastructure is based on Chromium Embedded Framework, and it looks like a known and long standing bug: https://bitbucket.org/chromiumembedded/cef/issues/2026/multiple-major-keyboard-focus-issues-on

One possible workaround is to switch focus from the MATLABWindow to another window and then switch back - so that you can type.

To elaborate more on this workaround (since the problem is still there in R2018b), here is what i did in my Openbox config (note that the A-Middle keybinding already exist in default config):

Now, whenever it is not possible to type in a text field, I press Alt+Mouse middle mouse and then I can type again.

This problem is critical during installation. After one clicks some elements in the installation window, he will not be able to type into any textbox anymore and switching between windows does not always work. To circumvent the issue, one shall only use key-press, instead of mouse click during installation. MATLAB installer has a poor support on Wayland, one may also consider using other WM instead during installation.

Installer crashes with 'Unable to launch the MATLABWindow application'

In MATLAB version R2020a Update 5 (and possibly older), the installer crashes before the splash in shown.

The problem is solved by removing (or hiding) the libgl* libraries of the MATLAB installer, as suggested for an older issue [9]

Add-on manager does not start in R2020a

Matlab 64 Bit Free Download

In MATLAB version R2020a Update 5 (and possibly older), the Add-on manager does not start. Instead, the following error is shown

The problem is solved by removing (or hiding) the libgl* and libgio* libraries of MATLAB, as suggested for an older issue [10]

Cannot verify university login during installation

For total headcount license users, MATLAB will pop-up a window asking the user to login with his credentials in a web browser. However, if run with sudo, most browsers (especially chromium) will not run. To circumvent this problem, one shall 'active the computer' through MATLAB's website using a browser by a normal user. See this issue

Matlab in a systemd-nspawn

Matlab Linux 64 Bit 64

Matlab can be run within a systemd-nspawn container to maintain a static system and avoid the library issues that often plague matlab installs after significant updates to libraries in Arch. Refer to Systemd-nspawn for detailed information on setting up such containers.

The following lists instruction to get a MATLAB 2017b install running in a minimal debian 9 environment. It assumes matlab is already installed as normal in '/usr/local/MATLAB/R2017b'.

Use Xhost to allow the nspawn environment to use the existing X server instance, see also Systemd-nspawn#Use an X environment.

Create a minimal debian environment in a folder ('deb9' here) with:

Set a password for the root user and then boot the environment with:

Install the following packages to have the requisite libraries in the nspawn environment for MATLAB. 'mesa-utils' and 'usbutils' can be installed to debug graphics acceleration and usb interfaces for I/O with MATLAB.

Install the MATLAB-support (from contrib source) package in the environment for some convenient integration.

Matlab Linux 64 Bit Calling Convention

Set the $DISPLAY variable to use your existing X server instance.

MATLAB can be launched from within the environment normally by using the binary at $MATLABROOT/bin.

Retrieved from 'https://wiki.archlinux.org/index.php?title=MATLAB&oldid=636728'