You are not logged in.

#1 2018-01-30 03:46:58

sexynsmartjenny
Member
From: Boston, MA
Registered: 2016-07-17
Posts: 161

how do I install matlab on bunsenlabs? [SOLVED]

Hi everyone, so I need to use matlab on my laptop and I have no idea how to install it? I have downloaded the zip, extracted it, I have the installation file for linux and when i hit install, it just opens a word file. What should I do?

Last edited by sexynsmartjenny (2018-02-02 00:29:16)

Offline

#2 2018-01-30 04:07:16

sexynsmartjenny
Member
From: Boston, MA
Registered: 2016-07-17
Posts: 161

Re: how do I install matlab on bunsenlabs? [SOLVED]

okay so here is my progress so far, I entered the command ./install into my command prompt but then I got stuck in choose installation folder. Apparently it says " failed to create a folder in /usr/local/MATLAB/R2017b"

Instead so I installed in my home folder, but matlab won't run. Do any of you have the same problem?

Does bunsenlabs support matlab?

Last edited by sexynsmartjenny (2018-01-30 06:06:35)

Offline

#3 2018-01-30 07:57:01

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,755

Re: how do I install matlab on bunsenlabs? [SOLVED]

Jessie and Stretch seems to be supported
https://www.mathworks.com/support/sysreq.html

try 'chmod +x ~/path/to/matlab'.

Offline

#4 2018-01-30 09:38:08

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: how do I install matlab on bunsenlabs? [SOLVED]

I've never used MATLAB but apparently the trick is to run the install script as root (use `sudo -i` to get a root shell) so that it can install to /usr/local and then install Debian's helper package to create running symlinks to $HOME:

sudo apt install matlab-support

https://packages.debian.org/stretch/matlab-support

Offline

#5 2018-02-01 22:31:10

sexynsmartjenny
Member
From: Boston, MA
Registered: 2016-07-17
Posts: 161

Re: how do I install matlab on bunsenlabs? [SOLVED]

okay here is the problem. Even after I "sudo ~/install" Matlab and I also installed matlab-support, when I hit "matlab" in my dialog, the little window and the logo of matlab appears, but then nothing else appears. What am I missing? Is there something else I need to install? Or should I run some other commands?

Offline

#6 2018-02-01 23:51:46

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,674

Re: how do I install matlab on bunsenlabs? [SOLVED]

That can result from a couple issues (that I'm aware of) -

1. You don't have the necessary write permissions to matlabs folders - I assume debian's matlab-support should have fixed that for you

2. A java issue, you can try:

matlab -nojvm

and see if it starts up - but not having the java enabled will cause a loss of functionality.

3. Licencing issue - matlab can't find your licence key; as I recall, there is a horrendous time-out along the lines of 20 min if matlab is looking in the wrong location for the key. Did you have to set up the key during install?

And that's about all I remember from using matlab. Pretty sure matlab (Mathworks?) has a support forum as well.

Are you a student trying to use this?

Last edited by PackRat (2018-02-01 23:53:37)


You must unlearn what you have learned.
    -- yoda

Offline

#7 2018-02-02 00:19:35

sexynsmartjenny
Member
From: Boston, MA
Registered: 2016-07-17
Posts: 161

Re: how do I install matlab on bunsenlabs? [SOLVED]

Hi, when I hit in my dialog window

matlab -nojvm

Nothing starts up at all,

but when I typed matlab -nojvm into my terminal, I think I was able to use the scirpt dialogue of matlab. So there might be a issue with java?

Oh! I found the issue. I was supposed to start matlab from the terminal and not the dialog window. This is now solved! Thank you guys! ^_^

Last edited by sexynsmartjenny (2018-02-02 00:28:50)

Offline

Board footer

Powered by FluxBB