資源簡介
用Matlab實現的最小資源分配網絡!歡迎大家下載使用!

代碼片段和文件信息
function?y1?=?gaussly(xus)
;
%?GAUSSLY?-?a?function?to?implement?Gaussian?function
%
%?Input?to?the?function?include?data?mean?(center?position)
%?and?variance?(width?of?the?finction).??
??y1=exp(?-1*(x-u)‘*(x-u)/(s^2)?);
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????19137??2005-11-03?11:35??mran.m
?????文件?????????338??2003-12-15?02:37??outputly.m
?????文件?????????241??2003-12-15?00:52??gaussly.m
- 上一篇:發動機建模
- 下一篇:基于NLMS和LMS算法實現回聲消除matlab
評論
共有 條評論