登录
首页 » matlab » fushangST1

fushangST1

于 2013-11-21 发布 文件大小:2KB
0 194
下载积分: 1 下载次数: 4

代码说明:

  基于负熵最大的ICA 算法在matlab运行的代码(Based on negative entropy maximum ICA algorithm in matlab code that runs)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • plot3k
    Generate a 3D point plot of L=(x,y,z) using the values in the vector c to determine the color of each point. If c is empty, then z (column 3 of L) is used to color the plot. The data points are sorted so that plot3 is only called once for each group of points that map to the same color. The upper and lower limits of the color range (and the z axis) can be defined with crange. This is useful for creating a series of plots with the same coloring. The colormap (but not the colorbar) is flipped upside down if crange is given as [max min] instead of [min max]. The figure handle is returned if an output argument is given.
    2010-11-08 17:33:23下载
    积分:1
  • mfiles
    1) Automated Gram-staining characterization of digital bacterial cell images 2) Classification of bacteria based on set of contour features
    2009-06-05 19:27:41下载
    积分:1
  • BP神经网络(LM)
    说明:  利用LM算法训练的BP神经网络,在matlab上实现(The BP neural network trained by LM algorithm is realized on matlab)
    2020-03-23 21:36:27下载
    积分:1
  • bp
    说明:  用MATLAB的神经网络工具箱实现三层BP网络(Using MATLAB)
    2008-02-01 09:39:41下载
    积分:1
  • toUpload
    linear programing demo. An easy example in matlab. Very easy to follow this demo.
    2012-09-24 13:56:46下载
    积分:1
  • Matlabshiyongchengxu
    说明:  matlab的几个经典程序,有100的。(matlab several classical procedures, has 100.)
    2009-08-18 00:36:42下载
    积分:1
  • matlab-toolbox
    Matlab 工具,各类积分,二次定积分,gquad2dggen等(Matlab tool, all kinds of points, the second definite integral, gquad2dggen etc.)
    2013-08-25 21:22:26下载
    积分:1
  • robert
    this code for mattlab robert operators
    2011-11-27 02:02:14下载
    积分:1
  • three-dimensional-graphics
    在Matlab编程环境下进行三维实体的绘制,给出了四个实例(three dimensional graphics rendering with Matlab)
    2015-01-11 20:38:13下载
    积分:1
  • fractal
    matlab程序画图,常见分形图,function cantor(A,B) c=1 p=0 figure hold on plot([A(2) B(2)],[A(1) B(1)], r* ) while norm(A(1,:)-B(1,:))>=1 C=[] D=[] for i=1:size(A,1) a=A(i,:)+(B(i,:)-A(i,:))/3 b=A(i,:)+2*(B(i,:)-A(i,:))/3 C=[C A(i,:) b] D=[D a B(i,:)] end A=C B=D p=p+1 (matlab program drawing, common fractal images function cantor(A,B) c=1 p=0 figure hold on plot([A(2) B(2)],[A(1) B(1)], r* ) while norm(A(1,:)-B(1,:))>=1 C=[] D=[] for i=1:size(A,1) a=A(i,:)+(B(i,:)-A(i,:))/3 b=A(i,:)+2*(B(i,:)-A(i,:))/3 C=[C A(i,:) b] D=[D a B(i,:)] end A=C B=D p=p+1 )
    2013-03-02 09:54:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载