📄 pag1.m
字号:
h1=uicontrol('Style','text',...
'Units','normalized',...
'Position',[.3 .8 .3 .05],...
'String','COMUNICATII OPTICE',...
'ForegroundColor','red',...
'BackgroundColor','white');
h2=uicontrol('Style','text',...
'Units','normalized',...
'Position',[.3 .7 .3 .05],...
'String','Anca Rosoga, RC2',...
'ForegroundColor','red',...
'BackgroundColor','white');
h3=uicontrol('Style','text',...
'Units','normalized',...
'ForegroundColor','red',...
'BackgroundColor','white',...
'Position',[.3 .4 .3 .2],...
'String','Sa se simuleze RESPONSIVITATEA FOTODETECTORULUI. Exemple numerice pentru PIN si AVALANSA');
h4=uicontrol('Style','pushbutton',...
'Units','normalized',...
'Position',[.7 .1 .3 .1],'Callback','formula1',...
'String','NEXT');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -