fashion.m

来自「MIMO and VBLAST( please see the document」· M 代码 · 共 25 行

M
25
字号
%FASHION A MIMO toolbox fashion file.%   FASHION includes various graphics setings for the MIMO toolbox.%   If you want to set these setting as MATLAB's defaults copy its%   content into the file called startup.m. On UNIX(R) platforms%   this file should be located in $HOME/matlab/ directory.%   Copyright 2001-2002 Kamil Anis, anisk@feld.cvut.cz%   Dept. of Radioelectronics, %   Faculty of Electrical Engineering%   Czech Technical University in Pragu%   $Revision: 2.0 $  $Date: 2002/10/23 17:33:28 $%   --%   <additional stuff should go 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 + -
显示快捷键?