• 大小: 6KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-09
  • 语言: Matlab
  • 标签: RBF  

资源简介

用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

评论

共有 条评论