📄 fashion.m
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -