Error when running certain function
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hello all
I am running some simple functions such as today() and weeknum() on matlab 2016b and get the following error message.
*To use 'weeknum', the following product must be both licensed and installed: Financial Toolbox*
I already verified the path of matlab to make sure its setup correctly.
Can anyone please advice on how to fix this issue?
댓글 수: 0
답변 (1개)
Massimo Zanetti
2016년 10월 17일
Type the command
ver
in the command line, and check in the list if Financial Toolbox is there. If not, you need to install it.
댓글 수: 3
Vishal Thiruvedula
2016년 10월 17일
Massimo Zanetti
2016년 10월 17일
Are you sure your Matlab 2012b has not Financial toolbox installed? According to documentation, also in Matlab 2012b the weeknum function is under the Financial toolbox..
Have you checked running VER in the old version?
Walter Roberson
2016년 10월 17일
On your work system, please show the output of
which today
You might be picking up the function from a different piece of software.
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!