enunt.m

来自「implementation of a formula」· M 代码 · 共 13 行

M
13
字号
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 + =
减小字号Ctrl + -
显示快捷键?