資源簡(jiǎn)介
很漂亮的日歷,鐘表界面,很實(shí)用,對(duì)理解GUI很有幫助
代碼片段和文件信息
function?CalendarTable
%?calendar?日歷
%?Example:
%????CalendarTable;
S=datestr(now);
[ymd]=datevec(S);
%?d?is?day
%?m?is?month
%?y?is?year
DD={‘Sun‘‘Mon‘‘Tue‘‘Wed‘‘Thu‘‘Fri‘‘Sat‘};
close?all
figure;
for?k=1:7;
???uicontrol(gcf‘style‘‘text‘...
???????‘unit‘‘normalized‘‘position‘[0.02+k*0.10.550.080.06]...
???????‘BackgroundColor‘0.6*[111]‘ForegroundColor‘‘b‘...
???????‘String‘DD(k)‘fontsize‘16‘fontname‘‘times?new?roman‘);
end
h=1;
ss=‘b‘;
qq=eomday(ym);
for?k=1:qq;
???n=datenum(ymk);
???[daw]?=?weekday(n);
???if?k==d;
???????ss=‘r‘;
???end
???uicontrol(gcf‘style‘‘push‘...
???????‘unit‘‘normalized‘‘position‘[0.02+da*0.10.55-h*0.080.080.06]...
???????‘BackgroundColor‘0.6*[111]‘ForegroundColor‘ss...
???????‘String‘
- 上一篇:常用濾波器 MATLAB代碼
- 下一篇:PLS片最小二乘matlab程序
評(píng)論
共有 條評(píng)論