Possible Duplicate:
MATLAB date selection popup calendar for gui
Does anyone know of a Calendar GUI for matlab’s Guide gui system? I’d like to implement an easy user clickable date selection.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can easily integrate several built-in date-selection (calendar) components in your Matlab GUI:
http://undocumentedmatlab.com/blog/date-selection-components/
You will need to place the relevant code in the *_OutputFcn() function within your GUIDE-generated m-file
Yair Altman
http://UndocumentedMatlab.com