代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/100395/15874842
html comp_mat.html
Newmat09 - complex
Complex matrices
next -
skip -
up -
www.eeworm.com/read/438280/7733338
pdf determining the 3×3 rotation matrices that satisfy three linear equations in the direction cosines.pdf
www.eeworm.com/read/391686/8391175
m qupz.m
function y = qupz(x, type)
% QUPZ Quincunx Upsampling (with zero-pad and matrix extending)
%
% y = qup(x, [type])
%
% Input:
% x: input image
% type: [optional] 1 or 2 for selecting the quincunx ma
www.eeworm.com/read/191952/8414353
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/389321/8533613
m pdown.m
function y = pdown(x, type, phase)
% PDOWN Parallelogram Downsampling
%
% y = pdown(x, type, [phase])
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4} for selecting sampling matrices:
www.eeworm.com/read/389321/8533652
m qpdec.m
function [p0, p1] = qpdec(x, type)
% QPDEC Quincunx Polyphase Decomposition
%
% [p0, p1] = qpdec(x, [type])
%
% Input:
% x: input image
% type: [optional] one of {'1r', '1c', '2r', '2c'} def
www.eeworm.com/read/388785/8575574
m cant_2el_guyan.m
echo off
% cant_2el_guyan.m two element cantilever beam finite element
% program using guyan reduction to eliminate rotations, both Matlab
% and hand-calculation results are listed at each step
www.eeworm.com/read/430762/8729033
txt disteu.txt
function d = disteu(x, y)
% DISTEU Pairwise Euclidean distances between columns of two matrices
%
% Input:
% x, y: Two matrices whose each column is an a vector data.
%
% Output:
%
www.eeworm.com/read/430027/8772063
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/429143/8816827
m eucdist.m
function d = eucdist(x, y)
% eucdist Pairwise Euclidean distances between columns of two matrices
%
% Input:
% x, y: Two matrices whose each column is an a vector data.
%
% Output:
% d: