代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/142086/12966130
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/142086/12966191
m exa120502.m
%--------------------------------------------------------------------------
% exa120502.m, for example 12.5.2 and fig12.5.4
%-----------------------------------------------------------------------
www.eeworm.com/read/142086/12966245
m exa010201a.m
%---------------------------------------------------------------------------------------
% exa010201a.m, for example 1.2.2
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/142061/12967010
m ip_07_09.m
% MATLAB script for Illustrative Problem 9, Chapter 7.
% echo on
clear;
K=10; N=2*K; Ts=25; T=N*Ts;
a=rand(1,(K-1)*4); % k-1符号,1个保护间隔0
a=sign(a-0.5);
b=reshape(a,K-1,4);
% Generate the 16QAM p
www.eeworm.com/read/242952/12971258
m condense.m
% compute the background image
Im0 = double(imread('ball00000100.jpg','jpg'));
Im1 = double(imread('ball00000101.jpg','jpg'));
Im2 = double(imread('ball00000102.jpg','jpg'));
Im3 = double(imread('bal
www.eeworm.com/read/242897/12974232
m plotcorana.m
function [z, a] = coranaEval(per)
i=0;
a=-0.9:per:0.9;
sz=size(a,2);
z=zeros(sz,sz);
for x=a
i=i+1; j=0;
for y=a
j=j+1;
z(i,j)=coranaFeval([x y]);
end
end
%Done!
%First let's look at it
www.eeworm.com/read/242897/12974293
m orderbasedexample.m
echo on
% This script shows how to use the ga using an order-based representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global distMatrix
% Setting the
www.eeworm.com/read/141692/12991036
m touchtone.m
function touchtone(arg)
% TOUCHTONE Use FFT to synthesize and analyze telephone dialing
%
% The dual tone multi-frequency (DTMF) standard specifies that the tone
% generated by a button on a tele
www.eeworm.com/read/328838/12999132
m admain.m
obsline=csvread('obsline.csv');
nobl=length(obsline(:,1));
for i=1:nobl
nfrom=obsline(i,1);
nto=obsline(i,2);
ni=locLN(nfrom, nto, line);
mui=PLineX(ni,1);
smgi=sqrt(PLine
www.eeworm.com/read/328838/12999158
m nadmain.m
obsline=csvread('obsline.csv');
nobl=length(obsline(:,1));
for i=1:nobl
nfrom=obsline(i,1);
nto=obsline(i,2);
ni=locLN(nfrom, nto, line);
mui=PLineX(ni,1);
smgi=sqrt(PLine