browse_m.m

来自「matlab算法集 matlab算法集」· M 代码 · 共 21 行

M
21
字号
%----------------------------------------------------------------
% Usage:       browse_m
%
% Description: This creates an array of strings, nlib_module, 
%              that contains the numbers and descriptions of the
%              modules that constitute the NLIB toolbox.  This
%              file is used by the NLIB example browser, 
%              browse.m, to provide NLIB help.
%----------------------------------------------------------------
nlib_module = [...
'1  Main Program Support           '
'2  Linear Algebraic Systems       '
'3  Eigenvalues and Eigenvectors   '
'4  Curve Fitting                  '
'5  Root Finding                   '
'6  Optimization                   '
'7  Differentiation and Integration'
'8  Ordinary Differential Equations'
'9  Partial Differential Equations '
'10 Digital Signal Processing      '];

⌨️ 快捷键说明

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