代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/140779/5781233
c,v invert.c,v
head 1.1;
access;
symbols;
locks; strict;
comment @ * @;
1.1
date 96.08.19.22.32.00; author jaf; state Exp;
branches;
next ;
desc
@@
1.1
log
@Initial revision
@
text
@/*
$Log$
*/
#ifdef P_R_O
www.eeworm.com/read/131315/5937665
mat
Using matrices
Matrices can have from 1 to 4 dimensions, and are indexed by a
normal-sized integer. The lower and upper bounds of a matrix can
be specified at runtime. The elements of a matrix a
www.eeworm.com/read/111672/6154054
m makemex.m
mex marq.c matrix.c nnmisc.c
mex nnarmax2.c matrix.c nnmisc.c
mex nnoe.c matrix.c nnmisc.c
mex nnssif.c matrix.c nnmisc.c
www.eeworm.com/read/291067/6302916
m pulstemat.m
function B = pulstemat(waveform, freqs)
%PULSTEMAT Calculation of pulse (slow time) steering matrix.
%
%--------
%Synopsis:
% B = pulstemat(waveform, freqs)
%
%Description:
% Calculates the pulse (
www.eeworm.com/read/291067/6303005
m weightcols.m
function Y = weightcols(X,weights)
%WEIGHTCOLS Weights the columns of a matrix.
%
%--------
%Synopsis:
% Y = weightcols(X,weights)
%
%Description:
% Weights each column of the two-dimensional matri
www.eeworm.com/read/422181/6332598
m casestudy1.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CASE STUDY1
% Construct the midamble code set using the basic midamble codes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/152024/6334032
m calculateq.m
function Q = calculateQ(im, prevClusters, pxtheta, prevClusterProbabilities)
% CALCULATEQ - Calculate Q, as deinfed my Mermehdi & Petrou
%
% Input:
% IM - MxNx3 image, where each pixel is a poin
www.eeworm.com/read/256180/6341427
m lsvm.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/257423/6356494
m c7ex4.m
a = [0 1; -6 -5]; % Define the a matrix
eiga = eig(a); % Compute eignvalues
eiga % Display eignvalues
www.eeworm.com/read/494378/6375910
m qc_codes.m
% The Program to construct a short length of QC LDPC codes without girth 4 and girth 6
% Copyright (C) Yang XIAO, Jun FAN, BJTU, July 26, 2007, E-Mail: yxiao@bjtu.edu.cn.
%
% This program present