pag1.asv

来自「implementation of a formula」· ASV 代码 · 共 23 行

ASV
23
字号
h1=uicontrol('Style','text',...
'Units','normalized',...
'Position',[.3 .8 .3 .1],...
'String','Anca Rosoga, RC2',...
'ForegroundColor','red',...
'BackgroundColor','white');




h2=uicontrol('Style','text',...
'Units','normalized',...
'ForegroundColor','red',...
'BackgroundColor','white',...
'Position',[.3 .4 .3 .2],...
'String','Sa se implementeze caracteristica de radiatie a unei antene filare in plan vertical, avand ca parametru variabil, lungimea antenei');


h3=uicontrol('Style','pushbutton',...
'Units','normalized',...
'Position',[.7 .1 .3 .1],'Callback','pag2',...
'String','NEXT');

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?