代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/457711/7318993
m eigplot.m
function eigplot(a)
% The command eigplot(A) will generate a plot of the
% eigenvalues of the matrix A in the complex plane.
%
% To zoom in on a particular eigenvalue move the mouse
% so that
www.eeworm.com/read/457711/7318998
m powplot.m
function powplot(A,u)
% The function powplot(A) is used to demonstrate geometrically
% the effects of applying powers of a 2x2 matrix A to any
% unit vector. This is done by plotting the image o
www.eeworm.com/read/457711/7319048
m plotline.m
% ATLAST65中的绘制直线方程子程序plotline
%
function plotline(a,b,c,s)
% PLOTLINE(a,b,c,s) plots the line ax + by = c
% with axis set to [-s,s,-s,s].
% If the last input arguments is omitted, its
% default
www.eeworm.com/read/457711/7319089
m ea401.m
% 《工程线性代数(MATLAB版)》第四章例题4.1程序ea401
% 陈怀琛,高淑萍,杨威合编,电子工业出版社,2007年6月
% 平面向量的绘制
%
u=[2;4]; v=[3;-1];
plot([2,3],[4,-1],'x');hold on
drawvec(u);hold on % drawvec是ATLAST中的子程序
drawvec(v,'g');hold on
www.eeworm.com/read/457399/7325957
m handwrit.m
% -----------------------------------------------------------------------
% Registered Handwriting Data
% -----------------------------------------------------------------------
www.eeworm.com/read/457360/7326551
afl fishnet rainbow.afl
//------------------------------------------------------------------------------
//
// Formula Name: Fishnet Rainbow
// Author/Uploader: Thomas Youssef
// E-mail: thomasmejl@hotmai
www.eeworm.com/read/457360/7326605
afl chandelier plugin.afl
//------------------------------------------------------------------------------
//
// Formula Name: Chandelier Plugin
// Author/Uploader: Geoff Mulhall
// E-mail: geoffmulhall@opt
www.eeworm.com/read/457360/7326728
afl chandelier plugin.afl
//------------------------------------------------------------------------------
//
// Formula Name: Chandelier Plugin
// Author/Uploader: Geoff Mulhall
// E-mail: geoffmulhall@opt
www.eeworm.com/read/457360/7326854
afl bollinger - keltner bands.afl
//------------------------------------------------------------------------------
//
// Formula Name: Bollinger - Keltner Bands
// Author/Uploader: Prakash Shenoi
// E-mail:
// D
www.eeworm.com/read/457360/7326908
afl woodies cci.afl
//------------------------------------------------------------------------------
//
// Formula Name: Woodies CCI
// Author/Uploader: Mark
// E-mail: mleonsprint@yahoo.com
// Date