how do I change the license on MATLAB online?

2 visualizaciones (últimos 30 días)
锦明 徐
锦明 徐 el 3 de Oct. de 2021
Respondida: Anshika Chaurasia el 6 de Oct. de 2021
I have several licenses, one of them do include the Symbolic Math Toolbox, but when I use "syms t;" in my code, it still say "syms requires Symbolic Math Toolbox".
I don't know if the problem happen because I use another license without Symbolic Math Toolbox.

Respuestas (1)

Anshika Chaurasia
Anshika Chaurasia el 6 de Oct. de 2021
Hi,
You can check whether the license has Symbolic Math Toolbox installed/licensed in following ways:
  1. List all installed toolboxes
ver
2. Check if a license exists for the toolbox. The command returns a 1 if it exists, a 0 if it does not.
license('test','symbolic_toolbox')
For any issues related to license change on MATLAB online, contact

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by