📄 enunt.m
字号:
set(h1,'Visible', 'off');
h2=uicontrol('Style','text',...
'Units','normalized',...
'ForegroundColor','b','FontName','TimesNewRoman','FontSize',14,'BackgroundColor','y',...
'Position',[.25 .45 .6 .2],...
'String','Sa se simuleze largimea liniilor spectrale a laserilor semiconductori.Exemplu numeric.');
h3=uicontrol('Style','pushbutton',...
'Units','normalized',...
'Position',[.75 .15 .2 .1],...
'BackgroundColor','b','FontName','TimesNewRoman','FontSize',12,'ForegroundColor','b',...
'Callback','text_formula',...
'String','Formula 3.62');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -