contents.m

来自「这是《Numerical Methods with MATLAB: Imple」· M 代码 · 共 17 行

M
17
字号
% NMM toolbox:  routines for demonstration of code structure and debugging
%
% dailyAve      Compute average daily flow rate from hourly flow data
%               Used for analysis of Glen Canyon Dam data
% indent        Script demonstrating advantages of indentation
% multiply      Compute product of two arguments
% noneg         Returns x if x>0, otherwise prints an error message and stops
% noneg2        Returns x if x>0, otherwise prints an error message and stops.
%               The error message contains the value of x.
% nonegp        Returns x if x>0, otherwise prints a message and pauses
% quadroot      Roots of quadratic equation and demo of keyboard command
% riverReport   Compute and plot summary of river flow data
% riverReport2  Compute and plot summary of river flow data.  Compatible with
%               Student version of MATLAB 5.
% weeklyAve     Compute average weekly flow rate from hourly flow data
%               Used for analysis of Glen Canyon Dam data

⌨️ 快捷键说明

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