Matlab 版 (精华区)
发信人: zjliu (秋天的萝卜), 信区: Matlab
标 题: [转载]关税6
发信站: 哈工大紫丁香 (Thu Jun 12 21:19:30 2003)
%create the figure
figure('position',[150 100 200 150],...
'menubar','none',...
'color','white');
%create the uicontrol objects with normalized units
h_frame=uicontrol('style','frame',...
'units','normalized',...
'position',[0 0 1 1]);
h_popup_font=uicontrol('style','popup',...
'units','normalized',...
'position',[.3 .1 .65 .15],...
'string','Helvetica|Times|Courier|Symbol');
h_stext_font=uicontrol('style','text',...
'units','normalized',...
'position', [.05 .1 .25 .15],...
'string','Fonts:');
h_edit_multi=uicontrol('style','edit',...
'units','normalized',...
'position',[.05 .5 .9 .45],...
'string',['Line Number 1|Line #2|and line Number 3'],...
'max',2);
练习
1 试验一下上述代码,看一下放大缩小窗口带来的影响
2 想一下,为何上述参数,例如 [0.05 .5 .9 .45] 是小数,如果
变成整数,会有什么效果
--
╔═══════════════════╗
║★★★★★友谊第一 比赛第二★★★★★║
╚═══════════════════╝
※ 来源:.哈工大紫丁香 bbs.hit.edu.cn [FROM: 202.118.229.92]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.885毫秒