Support for new purchase
이전 댓글 표시
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
John Chilleri
2017년 2월 7일
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
2017년 2월 7일
편집: John Chilleri
2017년 2월 7일
Although this page refers to an older release of MATLAB, perhaps it could be useful to you!
John Chilleri
2017년 2월 7일
편집: John Chilleri
2017년 2월 7일
Other possibly useful sources:
I wish you the best of luck, sorry for the frustration!
Alesia Pehl
2017년 2월 7일
John Chilleri
2017년 2월 7일
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
2017년 2월 7일
채택된 답변
추가 답변 (2개)
Image Analyst
2017년 2월 7일
0 개 추천
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
2017년 2월 7일
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
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!