fashion.m

来自「无线通信多输入多输出(MIMO)系统的仿真程序。包括程序解释和源代码。」· M 代码 · 共 29 行

M
29
字号
%FASHION A MIMO toolbox fashion file.%   FASHION includes various (recommended) graphics settings for the%   MIMO toolbox such as colors, line styles and fonts settings. All the%   objects are set on the root level. This allows you to have a unified%   fashion-look of the Visual Layer and there's no need to set these%   properties for each figure or object generated by the mimo toolbox.%   If you want to have these settings to be the Matlab's defaults, copy%   its content into the file called startup.m. On the UNIX platforms this%   file should be located in $HOME/matlab/ directory.%   Copyright 2001-2003 Kamil Anis, anisk@feld.cvut.cz%   Dept. of Radioelectronics, %   Faculty of Electrical Engineering%   Czech Technical University in Pragu%   $Revision: 2.1 $  $Date: 2003/1/16 17:33:28 $%   --%   <additional stuff goes here>set(0,'defaultTextFontName','Times');set(0,'defaultAxesFontName','Times');%set(0,'defaultTextFontSize',9)set(0,'defaultFigureToolbar','none');set(0,'defaultFigureNumberTitle','off');%set(0,'defaultFigureToolbar','auto');set(0,'defaultLineColor','black');%set(0,'DefaultAxesColorOrder',[0 0 0;1 0 0;0 1 0;0 0 1]);set(0,'DefaultAxesColorOrder',[0 0 0]);set(0,'defaultFigureColor',[1 1 1]);

⌨️ 快捷键说明

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