代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/371704/2779126
m l_plot.m
function aux=l_plot(wlog,varargin)
% Function plots log curves
% Written by E. R., May 6, 2000
% Last update: October 3, 2004: Make y-axis smaller to accommodate title
%
% aux=l_plot(wl
www.eeworm.com/read/371704/2779182
m plot_box.m
function handle=plot_box(loc,color,linewidth)
% Function plots a rectangular box
%
% handle=plot_box(loc,color,linewidth)
% INPUT
% loc vector with elements xa xe ya ye
% so the
www.eeworm.com/read/362216/2935964
m linesegment_plot.m
function [hline] = linesegment_plot(x1, y1, x2, y2, lineProp)
% linesegment_plot -- Plot a series of line segments on current plot axes.
%
%****f* wmtsa.plotutils/linesegment_plot
%
% NAME
% lineseg
www.eeworm.com/read/362216/2936136
m plot_wcor.m
function plot_wcor(wcor, CI, ylabel_str, title_str)
% plot_wcor -- Plot the wavelet correlation and (optionally) confidence intervals.
%
%****f* wmtsa.dwt/plot_wcor
%
% NAME
% plot_wcor -- Plot the
www.eeworm.com/read/362216/2936178
m plot_wcov.m
function [haxes] = plot_wcov(wcov, CI_wcov, title_str, ylabel_str, LineSpec, ...
axesProp, level_range, plotOpts)
% plot_wcov -- Plot the wavelet covariance and confidence
www.eeworm.com/read/362216/2936191
m plot_wvar.m
function [haxes] = plot_wvar(wvar, CI_wvar, title_str, ylabel_str, LineSpec, ...
axesProp, level_range, plotOpts)
% plot_wvar - Plot the wavelet variance and confiden
www.eeworm.com/read/358021/3007302
m plot511.m
function plot511
figure(1)
t=1:0.1:10;
y=sin(t);
plot(y)
figure(2)
y= [0 1 2;2 3 4;5 6 7]
plot(y)
figure(3)
x=[1:1:100];
y=[2:2:200];
z=x+y.*i;
plot(z)
figure(4)
x=0:0.1:10;
y=sin
www.eeworm.com/read/358021/3007325
m plot3521.m
function plot3521
figure(1)
t=0:pi/50:10*pi;
plot3(cos(t),sin(t),t)
figure(2)
t=[0:pi/100:2*pi];
x=[sin(t) sin(t)];
y=[cos(t) cos(t)];
z=[(sin(t)).^2+(cos(t)).^2 (sin(t)).^2+(cos(t)).^2+1
www.eeworm.com/read/358021/3007355
m test_plot.m
function test_plot
t = 0:pi/50:10*pi;
plot3(sin(t),cos(t),t)
axis square; grid on
www.eeworm.com/read/358021/3007496
m my_plot.m
function my_plot(x,y)
% newplot返回当前坐标轴的句柄
cax = newplot;
LSO = ['- ';'--';': ';'-.'];
set(cax,'FontName','Times','FontAngle','italic')
set(get(cax,'Parent'),'MenuBar','none')
line_handles = lin