代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/394381/8227881
m interp1.m
function yi = interp1(varargin)
% yi=interp1(x,y,xi)根据数据(x,y)给出在xi的线性插值结果yi.
% yi=interp1(x,y,xi,'spline')使用三次样条插值.
% yi=interp1(x,y,xi,'cubic')使用三次插值.
% 例如
% clear;close;fplot('sin',[0,2*pi]);
www.eeworm.com/read/294203/8246858
m x.m
function r = x(q)
% X Extracts the x component of the vector part of a quaternion.
% Copyright
www.eeworm.com/read/294203/8246880
m y.m
function r = y(q)
% Y Extracts the y component of the vector part of a quaternion.
% Copyright
www.eeworm.com/read/294203/8246994
m z.m
function r = z(q)
% Z Extracts the z component of the vector part of a quaternion.
% Copyright
www.eeworm.com/read/293762/8275630
m scm_mex_core.m
%SCM_MEX_CORE SCM_CORE written in ANSI-C
% This function calculates the channel coefficients for
% a geometric MIMO channel model. To compile the C-function
% in MATLAB, type
%
% m
www.eeworm.com/read/192735/8289531
m svm_multi_init.m
function [H,A,c] = svm_multi_init(targets,K)
% Initialization of the parameters for the optimisation
% problem of multiclass support vector machines.
%
% USAGE: [H,A,c] = svm_multi_init(targets
www.eeworm.com/read/292921/8323485
m smt.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/392443/8342027
m davis.m
function [Zp,Sp] = davis(data,x0,model,a,b,c,A)
% [Zp,Sp] = davis(data,x0,model,a,b,c)
%
% Punctual Kriging: Davis' method
%
% ref: Davis, J.C. (1986) Statistics and Data Analysis in Geology,
www.eeworm.com/read/174383/9589816
c bitmat.c
/*----------------------------------------------------------------------
File : bitmat.c
Contents: bit matrix management
Author : Christian Borgelt
History : 09.06.2002 file created
www.eeworm.com/read/173927/9629842
m ex1291.m
%----------------------------------------------------------------------------
% Example 12.9.1
% to solve the ordinary differential equa