Uicalendar in Matlab is not worked in deployment

52 views Asked by At

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

1

There are 1 answers

1
matlabgui On

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.