- 0
- 0
- 约3.26千字
- 约 5页
- 2023-02-22 发布于重庆
- 举报
日历的Matlab的界面设计
日历Matlab的gui界面设计实例
%非常漂亮的日历,
function CalendarTable;% calendar 日历% Example:%??? CalendarTable;
日历的Matlab的界面设计全文共5页,当前为第1页。S=datestr(now);[y,m,d]=datevec(S);% d is day% m is month% y is yearDD={Sun,Mon,Tue,Wed,Thu,Fri,Sat};close allfigure;for k=1:7;?? uicontrol(gcf,style,
原创力文档

文档评论(0)