📄 text_formula.asv
字号:
set(h2,'Visible', 'off');
set(h3,'Visible', 'off');
h4=uicontrol('Style','text',...
'Units','normalized',...
'ForegroundColor','b','FontName','TimesNewRoman','FontSize',14,'BackgroundColor','y',...
'Position',[.20 .70 .5 .15],...
'String','deltaniu=(1+deltah^2)*vg^2*h*niu*nsp*alfar*(alfa+alfar)/8*pi*P0');
h5=uicontrol('Style','pushbutton',...
'Units','normalized',...
'Position',[.75 .05 .2 .05],...
'BackgroundColor','b','FontName','TimesNewRoman','FontSize',10,'ForegroundColor','b',...
'Callback','info',...
'String','INFO');
h6=uicontrol('Style','pushbutton',...
'Units','normalized',...
'Position',[.75 .15 .2 .1],...
'BackgroundColor','b','FontName','TimesNewRoman','FontSize',12,'ForegroundColor','b',...
'Callback','pagina2',...
'String','GRAFIC');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -