标签: user-interface matlab date matlab-guide
可能重复: MATLAB date selection popup calendar for gui
有没有人知道matlab的指南系统的日历GUI?我想实现一个简单的用户可点击日期选择。
答案 0 :(得分:1)
您可以在Matlab GUI中轻松集成多个内置日期选择(日历)组件: http://undocumentedmatlab.com/blog/date-selection-components/
您需要将相关代码放在GUIDE生成的m文件中的* _OutputFcn()函数中
Yair Altman http://UndocumentedMatlab.com