实现matlab很多功能的源代码

源代码在线查看: func2.m

软件大小: 983 K
上传用户: xulei147
关键词: matlab 多功能 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				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);	% 璸衡キА			

相关资源