📄 contents.m
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -