代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/144399/12797253
m myarrow.m
function myArrow(x,y,u,v,sc,c)
% myArrow Draw 2D arrows with filled tip(s).
% Head size and color can be specified
%
% Synopsis: myArrow(x,y,u,v);
% myArrow(x,y,u,v,s);
%
www.eeworm.com/read/144399/12797493
m odeeuler.m
function [t,y] = odeEuler(diffeq,tn,h,y0)
% odeEuler Euler's method for integration of a single, first order ODE
%
% Synopsis: [t,y] = odeEuler(diffeq,tn,h,y0)
%
% Input: diffeq = (string
www.eeworm.com/read/144399/12797543
m odemidpt.m
function [t,y] = odeMidpt(diffeq,tn,h,y0)
% odeMidpt Midpoint method for integration of a single, first order ODE
%
% Synopsis: [t,y] = odeMidpt(diffeq,tn,h,y0)
%
% Input: diffeq = (string
www.eeworm.com/read/144399/12797552
m oderk4sys.m
function [t,y] = odeRK4sys(diffeq,tn,h,y0)
% odeRK4sys Fourth order Runge-Kutta method for systems of first order ODEs
% Nonvectorized version
%
% Synopsis: [t,y] = odeRK4sys(diffeq,t
www.eeworm.com/read/144399/12797689
m xemx.m
function y = xemx(x)
% xemx Evaluate x*exp(-x), where x is a scalar or vector
y = x.*exp(-x);
www.eeworm.com/read/331439/12828845
m x.m
function r = x(q)
% X Extracts the x component of the vector part of a quaternion.
% Copyright
www.eeworm.com/read/331439/12828876
m y.m
function r = y(q)
% Y Extracts the y component of the vector part of a quaternion.
% Copyright
www.eeworm.com/read/331439/12828986
m z.m
function r = z(q)
% Z Extracts the z component of the vector part of a quaternion.
% Copyright
www.eeworm.com/read/244945/12829316
m plot.m
%二维图(一元函数图)
%用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%图形的线型,标记,颜色均可设定,常用有
% 颜色 | 线型 标记
% --------------------- -