📄 load_setup.m
字号:
% LOAD_SETUP M file to load some global variables.%% Look for a file named .alex in the home directory,% if exist it will be loaded.%% See also SAVE_SETUP% % Claudio June 7 1995%%% Copyright (c) 1995 by Claudio Rivetti and Mark Young% claudio@alice.uoregon.edu, mark@alice.uoregon.edu%if exist([getenv('HOME') '/.alex']) == 2 eval(['load ' getenv('HOME') '/.alex -mat']);end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -