Why can't my students use certain features while others can?

1 Ansicht (letzte 30 Tage)
Ian Hosein
Ian Hosein am 28 Feb. 2017
Kommentiert: Image Analyst am 1 Mär. 2017
Hello All,
I just held a small lecture on matlab, which involved use of symbolic integration/differentiation and the use of ode45 solver. Some of my students were able to use these features on their computers, while others were asked to install packages (i.e., symbolic package). Some purchased their license from our library, and entered a code on the Mathworks website. Some did this recently, while others 1-2 years ago. Is there a way for them to reinstall it without purchasing a new license? Why could some use the features, while others couldn't?

Antworten (3)

John D'Errico
John D'Errico am 28 Feb. 2017
This is because not all students apparently have all the toolboxes. The symbolic toolbox or the curve fitting toolbox are added sets of tools. Not everybody needs them, so not everyone is willing to get them. And MathWorks would not force everyone to get a complete set of tools, most of which they won't use.

Walter Roberson
Walter Roberson am 28 Feb. 2017
Not all Student Suite toolboxes are selected by default, I gather. The cure (assuming that they are licensed) is to go back into the installer and request a custom installation and select the desired toolboxes.
However if they happened to purchase the stripped down license then they will need to purchase the additional toolboxes, which is currently about $us30 per toolbox for students when not purchased at the same time as the original license. That can make it less expensive sometimes to just repurchase but the entire suite.

Andreas Goser
Andreas Goser am 1 Mär. 2017
Looking at the information you share about yourself here, it seems you work for a company, but then also do lectures at university. There are two pieces of information needed to help you (and your students) best:
1. Does the university have a campus license ("Total Academic/Student Headcount") or does the university expect from the students to purchase their own MATLAB Student Version? Or something else?
2. You can figure out the products needed by running your codes and lecture on your machine and after that issue the command:
license('inuse')
It returns all the products used during your session.
  1 Kommentar
Image Analyst
Image Analyst am 1 Mär. 2017
license('inuse') <=== Useful, interesting tip. I didn't know that. Thanks.
I always just used ver, but that shows all toolboxes I own, not just those that were used during the current session like this does.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by