-
matrix_factorization
用matlab进行矩阵的分解,分别进行Lu矩阵分解、不完全LU分解、不完全cholesky分解和Cholesky分解(Decomposition of the matrix with matlab, respectively, Lu matrix factorization, incomplete LU decomposition, incomplete cholesky decomposition and Cholesky decomposition)
- 2011-08-12 23:30:05下载
- 积分:1
-
ClusteringToolbox
模式聚类常用算法,包括k均值,模糊算法,PCA算法等。(Clustering Toolbox,including k-means clustering dcEMGMM - fits a Gaussian mixture model to data dcFuzzy fuzzy c-means clustering
dcAggagglomerative (hierarchical) clustering DoClustering call the above routines)
- 2010-11-28 12:53:15下载
- 积分:1
-
FCM
普通(硬)- 均值聚类(HCM)算法是经典的硬聚类算法之一,能够对超椭球状的
数据进行分类(Ordinary (hard)- means clustering (HCM) algorithm is one of the classic hard-clustering algorithm, super-ellipsoid can sort the data)
- 2011-05-21 11:07:18下载
- 积分:1
-
haar1231
求的积分图后,haar特征(3,1)(1 2)模板的特征值计算,可由此推得其他模板的代码(Seek the integral image, the haar characteristics (3,1)(1 2) template eigenvalue calculation, which push the other template code
)
- 2012-04-20 22:35:28下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
neihuan_3PI
带转矩内环的转速、磁链闭环矢量控制仿真模型(torque loop control)
- 2012-09-06 09:39:23下载
- 积分:1
-
554458566Labview
Matlab 的LabView如何同自己的设备仪器相连接,通讯以及控制的视频。非常详细的步骤教你如何建立各种设备的通讯驱动。原来LABVIEW能有这么好的功能。(This is the video to teach you how to create communication between your Labview and your instruments and control them.Very advanced steps to show you how the communication drive works under Matlab environment.)
- 2010-11-28 06:23:11下载
- 积分:1
-
SIMULINKforbeginners
simulink初学者教程,挺不错的,精通simulink系统仿真与控制(simulink tutorial for beginners, listening to good)
- 2013-07-23 10:00:48下载
- 积分:1
-
chapter2
说明: BP分类算法,实现多分类的任务,准确率高,耗时少(BP classification algorithm can realize multi-classification task with high accuracy and less time consuming|.)
- 2020-10-02 12:46:52下载
- 积分:1
-
nonlinear_project
simulation of IPMSM motor nonlinear control using sliding mode with application of matlab code programs
- 2014-08-26 18:47:04下载
- 积分:1