代码搜索:plot

找到约 10,000 项符合「plot」的源代码

代码结果 10,000
www.eeworm.com/read/434052/7893833

m one-class.m

clear all close all c=1; g=0.5; %高斯函数的参数 y(1)=0; y(2)=0; for k=1:85 y(k+2)=1-1.4*y(k+1)^2+0.3*y(k); end % plot(y); X=[1,-0.4]; for k=1:85 X=[X;[y(k+1),y(k+2)]]; end plot(X(:,1),X(:,2
www.eeworm.com/read/199006/7895083

m ex9_14.m

% % In this example we first find the constant operating power gain % circle and then map it into the G_S plane where it is plotted % in conjunction with the constant noise circle % % C
www.eeworm.com/read/198953/7902343

bas graphmdl.bas

Attribute VB_Name = "GaphIt" '**************************************************************************** '人人为我,我为人人 '枕善居汉化收藏整理 '发布日期:2007/03/15 '描 述:SINE256加密可视化以及控制示例 '网 站:http://www.Mn
www.eeworm.com/read/433768/7910284

m cycdemo.m

%CYCDEMO.M % %To demonstrate the use of the routine CYCPLOT.M, which plots a %three dimensional representation of the cyclic definition %of an array. % % Andrew Knight, June 1991 % a
www.eeworm.com/read/433768/7910389

m spanplot.m

function spanplot (z) % Spanplot (z) % SPANPLOT takes a two dimensional matrix, z, and plots an % HP-type waterfall plot of each column back to back with % the first column plotted on the top and the
www.eeworm.com/read/433768/7910702

m enlarge.m

function enlarge % %function enlarge % % ENLARGE Produces an enlarged plot of a section of the present % plot chosen with the mouse. % % A. Knight %
www.eeworm.com/read/298961/7918758

cpp c61.cpp

// c61.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include const int SIZE = 9; // --------------------------------
www.eeworm.com/read/398819/7919069

m holder.m

function h=holder(tfr,f,n1,n2,t,pl) %HOLDER Estimate the Holder exponent through an affine TFR. % H=HOLDER(TFR,F,N1,N2,T) estimates the Holder exponent of a % function through an affine time-frequenc
www.eeworm.com/read/398819/7919198

m atoms.m

function [sig,locatoms]= atoms(N,coord); %ATOMS Linear combination of elementary Gaussian atoms. % [SIG,LOCATOMS] = ATOMS(N,COORD) % generates a signal consisting in a linear combination of elementar
www.eeworm.com/read/398819/7919207

m plotifl.m

function plotifl(t,iflaws); %PLOTIFL Plot normalized instantaneous frequency laws. % PLOTIFL(T,IFLAWS) plot the normalized instantaneous frequency % laws of each signal component. % % T : tim