代码搜索结果
找到约 12,326 项符合
M 的代码
road1.m
w=[0 2 1 8 inf inf inf inf;2 0 inf 6 1 inf inf inf;1 inf 0 7 inf inf 9 inf;...
8 6 7 0 5 1 2 inf;inf 1 inf 5 0 3 inf 9;inf inf inf 1 3 0 4 6;...
inf inf 9 2 inf 4 0 3;inf inf inf inf 9 6
road2.m
a=[0 9 inf 3 inf;9 0 2 inf 7;inf 2 0 2 4;3 inf 2 0 inf;inf 7 4 inf 0];
[D,R]=floyd(a)
mathscript_example.m
num=2^9;
t=(1:num)/num;
A1=1;
A2=.2;
f1=input('Low Frequency:');
f2=105;
noise_mag=0;
S1=A1*sin(2*pi*f1*t);
S2=A2*sin(2*pi*f2*t);
S=S1+S2;
S=S+noise_mag*(rand(1,length(t))-.5);
filt=fft
a0factm.m
function [m34, c0, a0, r1, r2, r3, t0] = a0FactM(M)
%c0=[u0,v0]; a0=[ax,ay]; t0=[tx, ty, tz];
%Factorization of calibration matrix
%
%by s.y.chen 2001-12-5
%
%INPUT: M 3*4.
%
%OUTPUT: [m34,
hmmdemodoc.cpp
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying,
hmmdemodoc.h
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying,
imagebaseview.h
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying,
mainfrm.cpp
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying,
contehmm.cpp
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying,