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 and Ubuntu.

    Discussion in 'Linux Compatibility and Software' started by Mark, Jul 13, 2007.

  1. Mark

    Mark Desktop Debugger

    Reputations:
    1,288
    Messages:
    4,172
    Likes Received:
    0
    Trophy Points:
    105
    Has anyone installed the Matlab 7.0 (Student Version) on Ubuntu? I haven't figured out how to get it to work. Any help would be appreciated. Thanks.
     
  2. jasperjones

    jasperjones Notebook Evangelist

    Reputations:
    293
    Messages:
    427
    Likes Received:
    4
    Trophy Points:
    31
    I remember having troubles getting 7.0 to work on a 2.6.xx kernel; it's pretty much impossible at least on 64 bit systems, as the LD_ASSUME_KERNEL tricks for which you can google don't work.

    I strongly recommend to invest 100 bucks into a 7.4 student version. There you won't have any issues with installation, get better performance, and, from what I understand, you also don't have to keep the media is your optical drive all the time...
     
  3. Mark

    Mark Desktop Debugger

    Reputations:
    1,288
    Messages:
    4,172
    Likes Received:
    0
    Trophy Points:
    105
    Well, I think I'll just run it in Windows instead of spending $100. I'll be using Linux for C. Thanks for the info!
     
  4. jasperjones

    jasperjones Notebook Evangelist

    Reputations:
    293
    Messages:
    427
    Likes Received:
    4
    Trophy Points:
    31
    btw, a free alternative is octave which is compatible to matlab (well, some of the more esoteric functions, especially from toolboxes, are not implemented.)

    it's also not bad performance-wise. i only use it to run m-files from the command line, so i don't know if they provide any GUI that comes close to what Matlab has to offer...

    i'm not an ubuntu guy, but my guess is it might be in the extra repositories and there may be multiple packages besides the base "octave" package...
     
  5. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    Octave 2.9 is in Ubuntu's universe repositories (just do `apt-cache showpkg octave` at a command prompt to see what repositories it is in, etc.)
     
  6. rockharder

    rockharder Notebook Evangelist

    Reputations:
    26
    Messages:
    653
    Likes Received:
    0
    Trophy Points:
    30
    I hope Octave can run all Matlab add-up packages.
     
  7. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    Doubtful. You may need to install Windows to run Matlab, or run it in vmware or something. You can also get a Linux-native version of Matlab, or possibly even just use Wine to run it.
     
  8. TooDamFast

    TooDamFast Notebook Enthusiast

    Reputations:
    0
    Messages:
    27
    Likes Received:
    0
    Trophy Points:
    5
    Octave is great, I carry it on a usb thumb drive (windows port) free and will do the basics (including graphs).
     
  9. ceminino

    ceminino Notebook Consultant

    Reputations:
    6
    Messages:
    225
    Likes Received:
    0
    Trophy Points:
    30
    I use Matlab 7.0 and I never had problems to run it either on 32bit or 64bit machines. I currently use it on Suse and Ubuntu machines. However it's the standard edition, I guess it won't change much.
     
  10. ceminino

    ceminino Notebook Consultant

    Reputations:
    6
    Messages:
    225
    Likes Received:
    0
    Trophy Points:
    30
    comparing octave to Matlab is rather difficult...