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

📄 func2.m

📁 实现matlab很多功能的源代码
💻 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 + -