Code for Calendar GUI in Matlab

Does anyone know of a Calendar GUI for matlab's Guide gui system? I'd like to implement an easy user clickable date selection. So if there is any code do this and under which function this code should be? Plz help me

Antworten (1)

per isakson
per isakson am 29 Mai 2013

2 Stimmen

Search the File Exchange for "calendar gui". I use UIGETDATE.

5 Kommentare

Jan
Jan am 29 Mai 2013
UIGETDATE is the best designed GUI based on pure Matlab I've ever seen.
Image Analyst
Image Analyst am 30 Mai 2013
Does it act like the other uicontrols, where you can place it permanently on your own GUI (this would be very useful), or does it act only as a separate stand-alone mini-GUI that pops up in a new window when its function is called (useful, but not as useful/flexible)?
Jan
Jan am 30 Mai 2013
@Image Analyst: UIGETDATE is a stand-alone GUI. Fortunately, it creates the GUI programmatically, such that you do not have to struggle with a FIG file and ugly GUIDE code. Integrating it in larger GUIs is possible by omitting the figure command (but using the existing figure) and adjusting the positions.
I like the form as popup-dialog (with removed figure borders by WindowAPI and auto-delete on loss of focus by Java callbacks), because it would waste to much space on my GUIs.
Sanjay Agrawal
Sanjay Agrawal am 31 Mai 2013
Hi, This 'UIGETDATE' is not working. To do this, first should i download UIGETDATE?. I tried to download this, But i could not.
Can anyone help me to sort out this problem in any way....??
per isakson
per isakson am 31 Mai 2013
Bearbeitet: per isakson am 31 Mai 2013
Yes, you need to
  • download UIGETDATE. The file is uigetdate.zip
  • unzip it to a new folder
  • add the new folder to the Matlab search path
  • run the function
"is not working" and "But i could not" are too vague. You need to be more specific.

Melden Sie sich an, um zu kommentieren.

Tags

Gefragt:

am 29 Mai 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by