pagina1.m
来自「implementation of a formula」· M 代码 · 共 9 行
M
9 行
h1=uicontrol('Style','pushbutton',...
'Units','normalized',...
'Position',[.2 .45 .6 .2],...
'BackgroundColor','b','FontName','TimesNewRoman','FontSize',16,'ForegroundColor','m',...
'Callback','enunt',...
'String','TEMA LA COMUNICATII OPTICE');
set(gcf,'NumberTitle','off','Name',...
'Tema la Comunicatii Optice','Units',...
'normalized');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?