代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/250888/7806392
m goplotpso.m
% goplotpso.m
% default plotting script used in PSO functions
%
% this script is not a function,
% it is a plugin for the main PSO routine (pso_Trelea_vectorized)
% so it shares all the same vari
www.eeworm.com/read/433768/7910620
m pickpeaks.m
function [locs,vals] = pickpeaks(A,Npeaks,plotting)
% PICKPEAKS Search for discrete peaks in a matrix.
%
% [LOCS,VALS] = PICKPEAKS(A,N) returns the N highest discrete peaks. The
% algorithms finds
www.eeworm.com/read/327551/13073153
m cross_ambfn2.m
% cross_ambfn2.m - amodification of "ambfn1.m" for plotting cross ambiguity
% between two signals OF THE SAME LENGTH
% Designed to allow mismatch caused by FFT Dopp
www.eeworm.com/read/239320/13287815
m hom_demo.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% DDE-BIFTOOL hom_demo %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear;
format short e;
sys_init;
% loading and plotting branches of folds and hopf points
load hom_demo;
figure
www.eeworm.com/read/321971/13391678
m goplotpso.m
% goplotpso.m
% default plotting script used in PSO functions
%
% this script is not a function,
% it is a plugin for the main PSO routine (pso_Trelea_vectorized)
% so it shares all the same vari
www.eeworm.com/read/316143/13529593
m goplotpso.m
% goplotpso.m
% default plotting script used in PSO functions
%
% this script is not a function,
% it is a plugin for the main PSO routine (pso_Trelea_vectorized)
% so it shares all the same vari
www.eeworm.com/read/311695/13627017
m goplotpso.m
% goplotpso.m
% default plotting script used in PSO functions
%
% this script is not a function,
% it is a plugin for the main PSO routine (pso_Trelea_vectorized)
% so it shares all the same vari
www.eeworm.com/read/308997/13684348
m goplotpso.m
% goplotpso.m
% default plotting script used in PSO functions
%
% this script is not a function,
% it is a plugin for the main PSO routine (pso_Trelea_vectorized)
% so it shares all the same vari
www.eeworm.com/read/305575/13765619
m jgraph.m
%
% JGRAPH Fine-turning and customizing figures
%
% jgraph_quirks - Solutions to some common Matlab graphics quirks.
%
% Specialized plotting functions
% jimage - Image plot with scaled cdata
www.eeworm.com/read/485668/6556267
m fir.m
% This script illustrates basic processing and plotting functions
% for examining filter properties. This script uses the FIR filters
% FIR1 (windowing method) and FIRPM (the Parks-McClellan) filte