MATLAB date selection popup calendar for gui
问题 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. 回答1: I don't have much time for a more complete answer,