uicalendar undefined in Matlab R2015a?
Show older comments
Hi, I want to use the function 'uicalendar' for a GUI implementation. When I use the function Matlab R2015a tell me that these function doesn't exist (Undefined function or variable 'uicalendar'). Do I need a special toolbox for the uicalendar function?
Best regards Chris
Answers (2)
Walter Roberson
on 8 Sep 2015
0 votes
uicalender is in the Financial Toolbox
Guillaume
on 8 Sep 2015
Since R2014b (I think), if you type the name of a function in command window and that function belongs to a toolbox that is not installed, matlab tells you what is required:
>>uicalendar
To use 'uicalendar', you might need:
uicalendar - Financial Toolbox
Categories
Find more on Dates and Time in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!