Does anyone know of a method to display a popup date selection calendar in a MATLAB gui? I know the financial toolbox has a uicalendar function, but unfortunately I don’t have that toolbox.
I have a hunch I’m going to have to use some Java or some other language for this one, which I know nothing about.
I’m looking for something similar to this:

(source: welie.com)
which would return a date string after the user selects the date.
I don’t have much time for a more complete answer, unfortunately, but I’d try
uitableto create a table and to define theCellSelectionCallbackto get the date.Here’s a bit to get you started: