Financial toolbox license does not work
Show older comments
I got my financial toolbox license,
The function "ver" show me my matlab's and toolbox's licenses as activated
MATLAB Version: 9.2.0.538062 (R2017a)
MATLAB License Number: ••••••
Operating System: Microsoft Windows 7 Professional Version 6.1 (Build 7601: Service Pack
1)
Java Version: Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
MATLAB Version 9.2 (R2017a)
Econometrics Toolbox Version 4.0 (R2017a)
Financial Toolbox Version 5.9 (R2017a)
Neural Network Toolbox Version 10.0 (R2017a)
Optimization Toolbox Version 7.6 (R2017a)
Spreadsheet Link Version 3.3.1 (R2017a)
Statistics and Mac Version 11.1 (R2017a)
But checking the toolbox functions (annuterm), i got the message
which annuterm
C:\Program Files\MATLAB\R2017a\toolbox\finance\finance\annuterm.m % Has no license available
>> which adosc
Can anyone help me?
Answers (1)
Fangjun Jiang
on 2 Aug 2018
"ver" command only shows your installation. It has nothing to do with license.
You can try
license('test','finance')
license('checkout','finance')
2 Comments
Steven Lord
on 2 Aug 2018
Note that even if you are licensed for Financial Toolbox, you may not be able to check out a license if all your institution's licenses are in use right now. Probably the easiest way to check this is to talk to your license administrator, likely someone in your IT department.
Fangjun Jiang
on 2 Aug 2018
wait a minute. "Which" command shouldn't require a license! That "% Has no license available" is in the M-file. Can you run "edit annuterm.m" to take a look?
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!