Question

I am compiling a matlab code to exe and it has the uicalendar function in it. I did put the main app as my main .m file and in the setting I checked the financial toolbox. The file compiled successfully and I can run the GUI but when I press the button that calls the uicalendar, the calendar will not show up.

Any idea ?

Thank you

Était-ce utile?

La solution

According to this page, all GUI tools provided by the Financial toolbox (including uicalendar) are not supported by the MATLAB compiler for deployment.

Maybe you should search the File Exchange for an alternative...

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top