代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/371680/9542441
m hett_ricatticoeff.m
% [T11h, T12h, E21, T22h] = RiccatiCoeff( Q0, A, Nsub)
%
% Given Q0 and A, set up the coefficient matrices R11, R12, E21, R22
% for the Riccati equation: R22*Y - Y*R11 = -E21 + Y*R12*Y
%
% Inputs
www.eeworm.com/read/371680/9542459
m het_ricatticoeff.m
% [T11h, T12h, E21, T22h] = RiccatiCoeff( Q0, A, Nsub)
%
% Given Q0 and A, set up the coefficient matrices R11, R12, E21, R22
% for the Riccati equation: R22*Y - Y*R11 = -E21 + Y*R12*Y
%
% Inputs
www.eeworm.com/read/244377/12869971
m transf.m
% function [a,b1,b2,c1,c2,d11,d12,d21,d22,r12inv,r21inv,q12,q21,fail] = ...
% transf(sys,nmeas,nctrl)
%
% This program is designed to scale the d12 and d21 matrices to satisfy the
% standa
www.eeworm.com/read/244377/12870022
m transfr.m
% function [a,b1,b2,c1,c2,d11,d12,d21,d22,r12inv,r21inv,q12,q21,fail] = ...
% transfr(sys,nmeas,nctrl,nsf)
%
% This program is designed to scale the d12 and d21 matrices to satisfy the
% s
www.eeworm.com/read/402865/11526804
m orthmax2.m
function [B1,B2,T,f]=orthmax2(A1,A2,gam1,gam2,conv);
% function [B1,B2,T,f]=orthmax2(A1,A2,gam1,gam2,conv);
% produces simultaneous orthomax rotation of two matrices A and B
% maximizes f = ssq (A
www.eeworm.com/read/367675/2835196
txt 278.txt
发信人: jhdai (毕不了业), 信区: DataMining
标 题: 紧急求助! 尤其是搞粗糙集的朋友帮忙!
发信站: 南京大学小百合站 (Tue Jan 8 11:58:57 2002), 站内信件
我需要一篇文章
Skowron, A. and Rauszer C.
The Discernibility Matrices and Functions in Inform
www.eeworm.com/read/193005/8258488
txt harris角点提取.txt
1.【求助】matlab中的harris角点提取的问题 Copy to clipboard
Posted by: mog
Posted on: 2005-11-16 15:23
我前几天从网上找了一个角点提取的源码,但是执行的时候老是出现这样的问题:
??? Error using ==> conv2
A and B must be full double matrices.
www.eeworm.com/read/386066/8766280
m mod2matmul.m
function out=Mod2MatMul(matr1,matr2)
%out=Mod2MatMul(matr1,matr2)
%Finds a modulo 2 based matrix product of binary matrices (matr1 & matr2)
[r1,c1]=size(matr1);
[r2,c2]=size(matr2);
if c1~=r2
www.eeworm.com/read/386060/8766633
m arrow3.m
function H=arrow3(p1,p2,s,w,h,ip,alpha,beta)
% ARROW3
% ARROW3(P1,P2) will draw vector lines (2D/3D) from P1 to P2 with
% arrowheads, where P1 and P2 can be either nx2 matrices (for 2D),
% o
www.eeworm.com/read/460712/7105707
m addnd.m
function [Pnum,Pden]=addnd(P1n,P1d,P2n,P2d,typ)
% ADDND Addition of two numerator and denominator matrices.
% ADDND(P1N,P1D,P2N,P2D) produces the correlated addition of P1N,P1D,
% P2N,P