代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/184524/9097373

m plot1.m

subplot(2,1,1); plot(output(:,1),output(:,2),'k--',output(:,1),output(:,4),'k'); xlabel('Time, sec'); ylabel('Temp(solid), Setpt(dash)'); subplot(2,1,2); plot(output(:,1),output(:,3),'k'); xlabe
www.eeworm.com/read/184524/9097465

m plot1.m

subplot(2,1,1); plot(output(:,1),output(:,2),'k--',output(:,1),output(:,4),'k'); xlabel('Time, sec'); ylabel('Temp(solid), Setpt(dash)'); subplot(2,1,2); plot(output(:,1),output(:,3),'k'); xlabe
www.eeworm.com/read/184524/9097501

m plot1.m

subplot(2,1,1); plot(output(:,1),output(:,2),'k--',output(:,1),output(:,4),'k'); xlabel('Time, sec'); ylabel('Temp(solid), Setpt(dash)'); subplot(2,1,2); plot(output(:,1),output(:,3),'k'); xlabe
www.eeworm.com/read/184524/9097586

m plot1.m

subplot(2,1,1); plot(output(:,1),output(:,2),'k--',output(:,1),output(:,4),'k'); xlabel('Time, sec'); ylabel('Temp(solid), Setpt(dash)'); subplot(2,1,2); plot(output(:,1),output(:,3),'k'); xlabe
www.eeworm.com/read/381211/9104107

m pz_plot.m

function pz_plot(b,a) % pz_plot(b,a) % Plots poles and zeros on the z plane. % b and a are row-vector coefficients in % % b(1)+b(2)*z^(-1)+...+b(N)*z^(-(N-1)) % H(z) = -------------------
www.eeworm.com/read/381211/9104111

m bar_plot.m

function [xo,yo] = bar_plot(x,y,c) %bar_plot is a modification of BAR to draw full-width bars. %Note copyright below. %BAR Bar graph. % BAR(Y) draws a bar graph of the elements of vector Y. % BAR
www.eeworm.com/read/381211/9104114

m pds_plot.m

function pds_plot(v,p,color) % pds_plot(v,p,color) % % This function uses a modification of the Matlab function % BAR Copyright (c)1984-94 by The MathWorks, Inc. to plot % a power density spectr
www.eeworm.com/read/282295/9104262

f plot9.f

www.eeworm.com/read/282295/9104454

f plot9.f

www.eeworm.com/read/381172/9106522

m plot_objective.m

%% Script to plot MOP1 % This scripts plot the objective space for MOP1 given in Homework % Assignment # 5. It used the function eveluate_objective to determine the % objective values and plots the