代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/348214/11605416
m myhilb.m
function[A,B]=myhilb(n,m)
% MYHILB 生成一个Hilbert矩阵
% [A,B]=myhilb(n,m)
% where
% n,m are size of the Hilbert matrix,if only one
% argument given,then a square matrix is generated
% A is the Hil
www.eeworm.com/read/348214/11605437
m myhilb1.m
function[A,B]=myhilb(n,m)
%问题:生成一个Hilbert矩阵,该矩阵是一个n×m矩阵,它的第i行
%第j列的元素为1/(i+j-1)。如果想在编写的函数中实现下面几点:
%1)如果只给出一个输入参数,则会自动生成一个方阵,即有m=n
%2)如果想返回两个参数A和B,则返回的B矩阵为A矩阵的平方,
% 即B=A'A
%3)在函数中给出合适的帮助信息,包括基本 ...
www.eeworm.com/read/261326/11654349
m myhilb.m
function[A,B]=myhilb(n,m)
% MYHILB 生成一个Hilbert矩阵
% [A,B]=myhilb(n,m)
% where
% n,m are size of the Hilbert matrix,if only one
% argument given,then a square matrix is generated
% A is the Hil
www.eeworm.com/read/261326/11654369
m myhilb1.m
function[A,B]=myhilb(n,m)
%问题:生成一个Hilbert矩阵,该矩阵是一个n×m矩阵,它的第i行
%第j列的元素为1/(i+j-1)。如果想在编写的函数中实现下面几点:
%1)如果只给出一个输入参数,则会自动生成一个方阵,即有m=n
%2)如果想返回两个参数A和B,则返回的B矩阵为A矩阵的平方,
% 即B=A'A
%3)在函数中给出合适的帮助信息,包括基本 ...
www.eeworm.com/read/157663/11674790
readme
This program is offered as is. It was written by Martin Murillo at
Idaho State University - College of Engineering.
This program adds white noise to a system and filters it through a
standard K
www.eeworm.com/read/260921/11686748
m leaveoneout.m
function [iter, optCond, time, w, gamma] = lsvm(A,D,nu,tol,maxIter,alpha, ...
perturb,normalize);
% LSVM Langrangian Support Vector Machine algorithm
% LSVM solves a support vector machine
www.eeworm.com/read/157516/11696964
m lr_kalman.m
% LR_KALMAN.M calculate the log likelihood ratio using
% standard discrete-time Kalman filter for the following system:
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/260783/11702211
h ptapi.h
// Copyright(C) 2002-2007, PartiTek Inc. All rights reserved.
//
// Title: PtAPI.h
//======================================================================================
//
// Description:
www.eeworm.com/read/157453/11702689
out bboard.out
Enter 8 x 5 net matrix
Minimum density is 4
Optimal arrangement is
2 3 4 5 1 6 7 8
www.eeworm.com/read/157453/11703759
out bbboard.out
Enter net matrix
Min density is 4
Optimal arrangement is
2 8 7 3 1 5 6 4