代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/479055/6698462
m contents.m
% LAMBDA toolbox
% Version V2.1 dd. 05-MAR-2001
%
% Main routines:
% lambda1 - Integer estimation, extended options
% lambda2 - Integer estimation, basic options
%
% Demonstration:
% ldemo
www.eeworm.com/read/479055/6698470
m lambda2.m
function [afixed,sqnorm,Qahat,Z] = lambda2 (afloat,Qahat)
%LAMBDA2: Integer ambiguity estimation using LAMBDA (basic version)
%
% This routine performs an integer ambiguity estimation using the
% LAM
www.eeworm.com/read/478401/6716208
m thornton.m
function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q)
%
% function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q)
%
% M. S. Grewal, L. R. Weill and A. P. Andrews
% Global Positioning Systems, Inertial Na
www.eeworm.com/read/477110/6747656
m ikine.m
%IKINE Inverse manipulator kinematics
%
% Q = IKINE(ROBOT, T)
% Q = IKINE(ROBOT, T, Q)
% Q = IKINE(ROBOT, T, Q, M)
%
% Returns the joint coordinates corresponding to the end-effector transform T.
% No
www.eeworm.com/read/477110/6747832
m numrows.m
%
% NUMROWS(m)
%
% Return the number of rows in the matrix m
%
function r = numrows(m)
[r,x] = size(m);
www.eeworm.com/read/477110/6747858
m numcols.m
%
% NUMCOLS(m)
%
% Return the number of columns in the matrix m
%
function c = numcols(m)
[x,c] = size(m);
www.eeworm.com/read/476907/6754300
m ss_tbl31.m
Gold sequences for the table of problem 3.1 of Spread Spectrum Chapter
Note that the sequences are the columns of the below matrix not the rows,
so we have to take the transpose of the following m
www.eeworm.com/read/476392/6759362
m observer.m
function [G, Ae] = observer(A,B,C,Pe)
% H. Saadat, 1998
clc
% discr=[
%' This function is used for the computation of the estimator gain '
%' gain vector G based on the Ackermann`s formul
www.eeworm.com/read/410134/11301048
m wtlsini.m
function [r,p,M,dh] = wtlsini(d,w,m)
% WTLSINI - Initial approximation for the WTLS problem.
%
% [r,p,M,dh] = wtlsini(d,w,m)
%
% D = [d1 ... dN] - data matrix, sd := size(D,1)
% W - sd x N weight matr
www.eeworm.com/read/264253/11324122
txt readme.txt
Example:
编译:mpicc –o shortest shortest.c
运行:本实例中使用3个处理器。
mpirun –np 3 shortest
运行结果:
Begin to read the matrix!
The first integer of the file should be the size of the matrix!
Input the file name of