I am creating a Matlab GUI model. Everything is working perfectly in executable deployment excepts for uicalendar function. My idea is want to use uicalendar to pick up for a specific date, it works properly in Matlab program but none working for deployment (.exe). I learn that uicalendar was not supported for building an executable file in Matlab. Do you know any options to pickup for a date in Matlab GUI, which can work in deployment platform?
Thank you
You could try some of the other calendars that are on the Mathworks FEX
uigetdate
yet another calendar
datepicker
Note: I am not the author of any of these.