Install Matlab on LMDE

carlosjimy
  12 years ago
  6

How to install Matlab r2009b on LMDE

I tried to install Matlab in LMDE but an error appeared and the installer didn't start. Then I followed this next steps and all works fine:

  • Install these packages:
    • g++-4.5
    • libstdc++6-4.5-dev
    • libxp6
  • Mount or insert the Matlab DVD and execute the install script
  • After installation completed, go to the installation directory and run the install_matlab script.
  • Now you can install the matlab-support package.

That's all. You can type matlab in console o create a launcher with the matlab -desktop command


Cómo instalar Matlab r2009b en LMDE

Cuando traté de instalar Matlab en LMDE, el instalador errojaba un error que no le permitía arrancar. Luego seguí esta serie de pasos y todo funcionó perfecto.

 

  • Instalar los siguientes paquetes:
    • g++-4.5
    • libstdc++6-4.5-dev
    • libxp6
  • Montar o insertar el DVD de Matlab y ejecutar el scrip install.
  • Luego de la instalación ir al directorio de instalación y ejecutar el script llamado install_matlab.
  • Ahora puede instalar el paquete matlab-support.

Esto es todo, puedes ejectuar el comando matlab desde la consola o bien crear un lanzador con el comando matlab -desktop.