The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Matlab in Ubuntu

    Discussion in 'Linux Compatibility and Software' started by cpm22, Apr 14, 2011.

  1. cpm22

    cpm22 Notebook Consultant

    Reputations:
    15
    Messages:
    106
    Likes Received:
    0
    Trophy Points:
    30
    Is anyone familiar with how to install the 32 bit Student Version of Matlab in Ubuntu 11.04 (64 bit)?
     
  2. Thaenatos

    Thaenatos Zero Cool

    Reputations:
    1,581
    Messages:
    5,346
    Likes Received:
    126
    Trophy Points:
    231
    You could use wine or make a windows VM. Either should run the application, but depending on what VM software and what hardware you allocate will determine if wine runs it better or worse.
     
  3. f4ding

    f4ding Laptop Owner

    Reputations:
    261
    Messages:
    2,085
    Likes Received:
    0
    Trophy Points:
    55
    Matlab runs natively on Linux.
     
  4. silentivm

    silentivm Notebook Guru

    Reputations:
    48
    Messages:
    58
    Likes Received:
    0
    Trophy Points:
    15
    MATLAB has a native Linux version, as stated already. I think you should be able to install the 32-bit version in a 64-bit system if you have the 64-bit compatibility libraries.

    Sorry, don't know how do you do that in Ubuntu, as I haven't used it since 9.xx. You could have a 32-bit system inside a chroot, which is pretty much having a 32-bit Ubuntu within your 64-bit one: 64 bit - Chroot into a 32 bit version of ubuntu from a 64 bit host - Ask Ubuntu - Stack Exchange

    Don't know how well it works with MATLAB, I have only used the 64-bit version myself, and this was briefly.
     
  5. zephyrus17

    zephyrus17 Notebook Deity

    Reputations:
    646
    Messages:
    1,576
    Likes Received:
    0
    Trophy Points:
    55
    Threre's also a program called "Octave" that does very similar functions.