代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/160517/10522606

m setcost.m

%SETCOST Reset classification cost matrix of mapping % % W = SETCOST(W,COST,LABLIST) % % The classification cost matrix of the dataset W is reset to COST. % W has to be a trained classifier. CO
www.eeworm.com/read/423701/10537094

m fcm.m

function [Umat,Cmat,it,valJ] = fcm(Xdat,K,mfuz,epsilon,itmax); % function [Umat,Cmat,it,valJ] = fcm(Xdat,K,mfuz,epsilon,itmax); % % Fuzzy C-means algorithm for clustering a data set % % Xdat
www.eeworm.com/read/160350/10540007

txt 一个人脸识别的matlab程序.txt

% Face recognition by Santiago Serrano clear all close all clc % number of images on your training set. M=9; %Chosen std and mean. %It can be any number that it is close to the std and mean
www.eeworm.com/read/352543/10542136

m torr_ftop.m

% By Philip Torr 2002 % copyright Microsoft Corp. %this function will convert an fundamental matrix to a rotation and translation martix %then establish a suitable frame eliminating the spurious so
www.eeworm.com/read/352442/10552480

m nlgen.m

function y = nlgen (x, h, q) %NLGEN generates the output of a second order Volterra system % y = nlgen (x, h, q) % y(n) = sum_{k} h(k) x(n-k) + sum_{k} sum_{l} q(k,l) x(n-k)x(n-l) % the
www.eeworm.com/read/423536/10553173

m ss_tbl31.m

Gold sequences for the table of problem 3.1 of Spread Spectrum Chapter Note that the sequences are the columns of the below matrix not the rows, so we have to take the transpose of the following m
www.eeworm.com/read/352264/10569288

m infomax algorithym.m

*********************************************************** *********************************************************** ********* BASIC SOURCE SEPARATION CODE, 23 Jan 1996 ******* ********* Tony Be
www.eeworm.com/read/423264/10575274

asv rough.asv

clc; clear; n=input('enter value of code length n '); k=input('enter value of code dimension k '); q=n-k; fprintf('\n order of parity matrix is %d x %d\n',k,q) p=input('enter parity matrix P \n'
www.eeworm.com/read/423264/10575283

m linblock.m

%%linear block coder%% clc; clear all; %ENCODER SECTION disp('ENCODER SECTION') n=input('ENTER THE VALUE FOR CODE LENGTH n:'); k=input('ENTER THE VALUE FOR CODE DIMENSION k: '); q=n-k; fprin
www.eeworm.com/read/160033/10578039

c blkdirect.c

/* Copyright (c) 1990 Massachusetts Institute of Technology, Cambridge, MA. All rights reserved. This Agreement gives you, the LICENSEE, certain rights and obligations. By using the software, you ind