📄 func2.m
字号:
function average = func(vector)
% FUNC2 A simple function with a single help line.
%
% Usage of this function:
% output = func2(input)
% "output" is the average of the input vector "input".
% Roger Jang, 19991123.
average = sum(vector)/length(vector); % 璸衡キА
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -