?? 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 + -