Support for new purchase
Show older comments
Can anyone explain how support works for a new matlab purchase? Does formal support come with the purchase price, or am I on my own?
Thanks in advance for any answers.
6 Comments
John Chilleri
on 7 Feb 2017
Hello,
Sorry that you're feeling frustrated, and sorry that this forum appears weird. This forum is mostly populated with individuals that don't work for Mathworks. When you finally have MATLAB downloaded, this is a good place to receive assistance and feedback on coding and concepts, but installation questions can be more difficult.
I assume you installed the student version? I can only say that you can choose MATLAB to provide you with an activation ID with which you input to the installer that will install your MATLAB and purchased toolboxes. It (not on Ubuntu) was a follow the GUI and stick the ID in and done kind of process. Have you encountered a GUI with the activation ID area? And have you entered that ID already?
John Chilleri
on 7 Feb 2017
Edited: John Chilleri
on 7 Feb 2017
Although this page refers to an older release of MATLAB, perhaps it could be useful to you!
John Chilleri
on 7 Feb 2017
Edited: John Chilleri
on 7 Feb 2017
Other possibly useful sources:
I wish you the best of luck, sorry for the frustration!
Alesia Pehl
on 7 Feb 2017
John Chilleri
on 7 Feb 2017
Does it not appear as an application in whichever directory you installed it? I've never tried opening MATLAB via the terminal, but find it without terminal and see if you can open it that way? Sorry if my suggestions don't help! I'm not completely sure of what you're seeing on your end!
Alesia Pehl
on 7 Feb 2017
Accepted Answer
More Answers (2)
Image Analyst
on 7 Feb 2017
0 votes
Alesia, I'm not seeing the error that you posted. Where is it? Did you forget to say what the error was or even attach a screenshot?
The student edition comes with support for installation only. It sounds like that is the problem you're having - you can't even launch the program. So call them for fast and free help.
Once it's able to launch though, your options are this forum (or similar ones, though this is the best and you're already aware of it), or this link: http://www.mathworks.com/matlabcentral/answers/95025-does-the-mathworks-provide-any-online-homework-assistance-for-students
Walter Roberson
on 7 Feb 2017
In order to install successfully on Linux, you pretty much need to sudo (or su) the install script. Then when it gets to the activation step after the install, it asks you which username to activate for. At that point it might automatically fill in "root" as the default because you were sudo'd. You need to fill in your own userid that you will be running under. For example on the Linux virtual machines that I snag from osboxes.org I have to fill in "osboxes" as that is the username those are generated with.
You can go through the activation process again; see https://www.mathworks.com/matlabcentral/answers/99457-how-do-i-activate-matlab
For linux on R2016b that would direct you to
/usr/local/MATLAB/R2016b/bin/activate_matlab.sh
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!