搜索资源列表
Matlab-and-VC
- 浅析VC与matlab接口编程,浅析VC与MATLAB联合编程<一>、<二>,<三>部分中,简单介绍了VC和MATLAB接口的两种方法,初学者可能会问为什么要用VC和MATLAB接口,接口的实质又是什么。<四>到<六>举例和讲解一些难点。<七><八>——编译器的使用。<九>——综合举例-Analysis of VC with matlab interface programming, VC Analy
ear2
- 国际会议上的关于人耳图像识别的论文:Multi-view Ear Recognition Based on B-Spline Pose Manifold Construction -Multi-view Ear Recognition Based on B-Spline Pose Manifold Construction
dxVideo
- This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats
b-
- 人工神经网络\神经网络的程序和训练数据 股票预测-Artificial Neural Networks \ neural network stock prediction programs and training data
zhongxindianchuizhicichang
- 中心点垂直磁场,使用matlab已有的erf误差函数,图形已绘制,绘制偏b比偏t的曲线-The center point of the vertical magnetic field using matlab existing erf error function, the graphics have been drawn, draw partial b than partial t curve
matlab
- 设计一个一位二进制数大小比较器。比较两个一位二进制数A和B的大小,电路有三个输出端Y1,Y2和Y3,分别对应A大于B,A等于B,A小于B。当条件满足时,相应输出端为1,否则为0。(A,B用两个脉冲源代替),建立仿真模型并保存。-Design a one binary magnitude comparator. A size comparison of two binary numbers A and B, the circuit has three outputs Y1, Y2 and Y3,
image--mosaic--matlab
- 拼 接 图 片 m a t l a b程序实现-This is used for image mosaic matalb application
eliminationgauss
- Systems of linear equations Our Matlab function for naive Gaussian elimination looks like this: function x = naiv_gauss(A,b) n = length(b) x = zeros(n,1) for k=1:n-1 forward elimination for i=k+1:n xmult = A(i,k)/A(k,k) for j=k+1:n
B
- images processing matlab