contents.m
来自「matlab算法集 matlab算法集」· M 代码 · 共 18 行
M
18 行
% NLIB: A Numerical Methods Toolbox
% Version 1.0 28-March-1999
%-----------------------------------------------------------------------
% This folder contains the Matlab M-file functions that make up the NLIB
% toolbox. This folder should be added to the Matlab path (see the path
% command) so that these functions can be executed from any folder.
% To obtain documentation on usage of NLIB functions run the NLIB
% Example Browser:
%
% browse
%
% from the Matlab command prompt. To obtain a listing of the functions
% in the NLIB toolbox, enter
%
% help nlib
%-----------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?