- List all installed toolboxes
how do I change the license on MATLAB online?
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Anshika Chaurasia
2021-10-6
Hi,
You can check whether the license has Symbolic Math Toolbox installed/licensed in following ways:
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Install Products 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!