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