0

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

Peter
  • 79
  • 3
  • 12

1 Answers1

0

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.

matlabgui
  • 5,642
  • 1
  • 12
  • 15