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?

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2018년 8월 2일

0 개 추천

"ver" command only shows your installation. It has nothing to do with license.
You can try
license('test','finance')
license('checkout','finance')

댓글 수: 2

Steven Lord
Steven Lord 2018년 8월 2일
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
Fangjun Jiang 2018년 8월 2일
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?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

질문:

2018년 8월 2일

댓글:

2018년 8월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by