代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/163245/10168987
m amari_distance.m
function Perf=amari_distance(Q1,Q2);
% AMARI_DISTANCE - distance between two matrices. Beware: it does not verify the axioms
% of a distance. It is always between 0 and 1.
% Copy
www.eeworm.com/read/426337/10259420
cfg q_matrix_jvt.cfg
# This an example configuration file for initializing the quantization matrix.
# Altogether 6 matrices for 4x4 blocks and 2 matrix for 8x8 blocks.
# The values range from 1 to 255.
# If first value of
www.eeworm.com/read/424063/10501308
m sb2sldat.m
%SB2SLDAT is a script file that includes some constant matrices and vectors.
% This script is called by SB2SLMNG and READSB.
% Copyright (c) 1990-93 by The MathWorks, Inc.
% $Revision: 1.15 $ $D
www.eeworm.com/read/418304/10955203
m fm_pq.m
function fm_pq(flag)
% FM_PQ define PQ loads
%
% FM_PQ(FLAG)
% FLAG 1 -> algebraic equations
% 2 -> algebraic Jacobian matrices
%
%Author: Federico Milano
%Date: 11-Nov-2002
www.eeworm.com/read/467806/7001681
txt 例1.70.txt
例1.70
function[output,output2]=function—example(input1,input2) % 函数题头
%This is function to exchange two matrices % HI行
%input1,input2 are input variables
www.eeworm.com/read/456193/7355047
m fm_pq.m
function fm_pq(flag)
% FM_PQ define PQ loads
%
% FM_PQ(FLAG)
% FLAG 1 -> algebraic equations
% 2 -> algebraic Jacobian matrices
%
%Author: Federico Milano
%Date: 11-Nov-2002
www.eeworm.com/read/449504/7502572
m mprint3.m
function out=mprint3(b,se,t,info)
% PURPOSE: Pretty-prints a set of matrices together by stacking the
% (i,j) elements of each. Allows for separate formatting of
% each. Designed to printing parm.
www.eeworm.com/read/442822/7644314
m rri_xcor.m
% function rri_xcor
% syntax: outmat=rri_xcor(design,datamat)
% Computes crosscorrelation of two matrices
% Written by ARM 12-15-94
function[outmat]=rri_xcor(design,datamat)
[r c]=size(
www.eeworm.com/read/441410/7670783
m k_simul.m
%K_SIMUL Plots characteristics of a Kalman Filter and
% covariance matrices.
%Kai Borre 02-22-97
%Copyright (c) by Kai Borre
%$Revision: 1.0 $ $Date: 1997/10/15 $
e = exist('k_simu
www.eeworm.com/read/436945/7758443
asv prueba_qda.asv
%function prueba_QDA
clc;close all;clear all;
%generate artificial data with 4 classes and 3 variates
r = randn(3, 3, 4);
for i = 1:4
% generate random covariance matrices for each class
C