⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mylogo.m

📁 一种求解目标函数最小化的MATLAB仿真程序.
💻 M
字号:
uicontrol(gcf,...
   'Style','frame',...
    'Position',[145,283,306,71],...
    'BackgroundColor','r');

uicontrol(gcf,...
    'Style','text',...
    'Position',[148,322,300,30],...
    'BackgroundColor',[1.0 1.0 1.0],...
    'String','VOLTAGE STABILITY TOOLBOX',...    'FontSize',12);
      
uicontrol(gcf,...
    'Style','text',...
    'Position',[148,305,300,20],...
    'BackgroundColor',[1.0 1.0 1.0],...
    'String','Center for Electric Power Engineering',...    'Fontsize',12);

uicontrol(gcf,... 
    'Style','text',...
    'Position',[148,285,300,22],...
    'BackgroundColor',[1.0 1.0 1.0],...
    'String','Drexel University',...    'FontSize',12);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -