求标准偏差 > 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
Rayleigh Fading Simulation的m程序
标签: Simulation Rayleigh Fading 程序
上传时间: 2016-06-30
上传用户:qlpqlq
Algo rithm of we ighted a ssocia tion rule s m ining
上传时间: 2013-12-31
上传用户:zhangliming420
半带滤波器仿真,包括一个.cpp文件和一个.m仿真文件
上传时间: 2016-07-01
上传用户:sevenbestfei
”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内容.txt”是运行程序是在matlab命令窗口显示的东西; “程序运行完产生的数据.mat”是程序运行完毕产生的数据。 .bmp文件和.fig文件一样
上传时间: 2013-12-08
上传用户:stewart·
LRU算法的实现 5、最近最久未使用页面算法说明: M为内存块; N为页面数; M和N的初始值分别为3和15。根据需要可以修改宏定义来修改M和N的值。 通过输入15个数值,作为页面号。 产生内存状态,显示调入的队列,并计算出缺页数和缺页率。
上传时间: 2014-01-15
上传用户:ouyangtongze
MATLAB编写的一个M文件,实现二分法求函数f在[a,b]上的一个零点,牛顿插值法
上传时间: 2014-12-07
上传用户:familiarsmile
6自由度puma机器人仿真程序源码。This is PUMA3d.M, a 3D Matlab Kinematic model of a Puma robot located in the robotics lab of Walla Walla University. The file uses CAD data converted to Matlab using cad2matdemo.m, which is located on the Mathworks central file exchange. % % This file is still being developed, for the latest version check the % Mathworks central file exchange.
标签: robot Kinematic located Matlab
上传时间: 2013-12-23
上传用户:清风冷雨
BP神经网络的源代码,是用MATLA的.M文件写的,希望对大家有帮助
上传时间: 2013-12-10
上传用户:lht618