nmmpathdef.m

来自「数值方法和MATLAB实现与应用.zip」· M 代码 · 共 30 行

M
30
字号
% Additional lines for pathdef.m in a server.
%
% Lines beginning with % are comments and need not be copied.
%
% Make a back-up copy of the pathdef.m file in the MATLABHOME/toolbox/local
% directory.
%
% Use a text editor (or the built-in MATLAB editor) to insert
% insert the following lines ino pathdef.m.  Put the additional
% path specification lines somewhere near or at the end of the paths
% listed in the default version of pathdef.m.  If the new lines are
% inserted at the very end of the list of paths, make sure there is
% a closing parenthesis after the last line.
%
%
  '$toolbox/nmm:' ,...
	'$toolbox/nmm/data:',...
	'$toolbox/nmm/eigen:',...
	'$toolbox/nmm/errors:',...
	'$toolbox/nmm/fit:',...
	'$toolbox/nmm/integrate:',...
	'$toolbox/nmm/interact:',...
	'$toolbox/nmm/interpolate:',...
	'$toolbox/nmm/linalg:',...
	'$toolbox/nmm/ode:',...
	'$toolbox/nmm/orgbug:',...
	'$toolbox/nmm/program:',...
	'$toolbox/nmm/rootfind:',...
	'$toolbox/nmm/utils:',...

⌨️ 快捷键说明

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