求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
标签: gt myfunction function numel
上传时间: 2016-06-28
上传用户:change0329
求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
标签: gt myfunction function numel
上传时间: 2014-09-03
上传用户:jjj0202
This program is a new way to estimate the coherence function. It s based on the MVDR and is much more reliable than the classical Welch s method implemented in MATLAB. There are 2 programs: the main program called coherence_MVDR.m and and an example, called illustrate.m, that calls the main function to show how it works. There also included 2 papers that we published on this algorithm.
标签: coherence the estimate function
上传时间: 2016-07-03
上传用户:athjac
A multi-hypothesis approach for salient object tracking in visual surveillance
标签: multi-hypothesis surveillance approach tracking
上传时间: 2016-07-11
上传用户:杜莹12345
RunExp.m: -Changed script into a function. -Coded to accept the numberofRuns as an Argument. -Added code for automatic Exit from Matlab and Shutdown of WindowsPC.
标签: numberofRuns Argument function Changed
上传时间: 2014-07-29
上传用户:ryb
gsmd lib supply API for dailing function
标签: function dailing supply gsmd
上传时间: 2013-12-23
上传用户:Zxcvbnm
Multi-label learning by instance differentiation.pdf 多示例学习及相关介绍,包含源码!
标签: differentiation Multi-label learning instance
上传时间: 2016-07-16
上传用户:libenshu01
windows 下 ads开发arm相关 用途 :通过multi ice烧写flash 速度快,稳定。
上传时间: 2016-07-16
上传用户:xlcky
Test Callback function
上传时间: 2016-07-20
上传用户:huql11633
这是一个Multi-agent典型的C++的代码
标签: Multi-agent 典型 代码
上传时间: 2014-03-03
上传用户:agent