⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contents.m

📁 这是《Numerical Methods with MATLAB: Implementation and Application》一书的配书程序(Matlab)
💻 M
字号:
% NMM toolbox:  miscellaneous utility and maintenance routines
%
% addpwd         Add the current directory to the path
% chop10         Round a floating point number to n base-10 digits.
% drawPlane      Draws a plane in 3D
% loadColData    Import a file containing header text, column titles and data
% makeHTMLindex  Creates HTML file listing contents of NMM toolbox
% myArrow        Draw 2D arrows with filled tip(s).
% myArrow3       Draw 3D arrows with filled head. Size and color of
%                arrowhead can be specified
% nmmCheck       Verify installation of NMM toolbox
% nmmVersion     Returns version number of NMM toolbox currently installed
% yesNoAnswer    Prompt user with a question, and return 1 for 'yes' and 0 for 'no'

⌨️ 快捷键说明

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