代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/383097/8973693

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
www.eeworm.com/read/283824/8986720

m plot_struct.m

function [] = plot_struct(xi,yi); %plot(xi,yi); l(1) = line([xi(1) xi(2)], [yi(1), yi(2)]); l(2) = line([xi(2) xi(3)], [yi(2), yi(3)]); l(3) = line([xi(3) xi(4)], [yi(3), yi(4)]); l(4) = line([
www.eeworm.com/read/426535/9015192

m plot_test.m

www.eeworm.com/read/426535/9015221

m plot_test.m

function plot_test t=0:0.001:0.04; x=cos(2*pi*50*t); plot(t,x,'r--'); grid on; title('COM 组件绘图例子');
www.eeworm.com/read/426467/9020160

m plot_signal.m

% Plot analag signal values h1=subplot(3,1,1); plot(analog.time,analog.signals.values,'b') title('Analog Signal') %xlabel('time(s)') set(gca,'XTick',[]); a=axis; axis([a(1) a(2) -1.3 1.3]);
www.eeworm.com/read/381363/9096080

hlp meshc_plot.hlp

MeshC Plot The MeshC item of the View menu produces a mesh surface plot of the current image, with a contour map of the image below the surface. This item is the same as Mesh Plot, except for th
www.eeworm.com/read/381363/9096098

hlp mesh_plot.hlp

Mesh Plot The Mesh Plot item of the View menu produces a full mesh surface plot of the current image. This is similar to Line Plot, except that both the column lines and the row lines of the mesh
www.eeworm.com/read/381363/9096141

hlp line_plot.hlp

Line plot The Line plot item of the View menu produces a 3-D plot of the current image. The resulting picture is a mesh surface plot. This is similar to Mesh and MeshC plot, except that it is pr
www.eeworm.com/read/184524/9096969

m pwm_plot.m

% Matlab script file to plot PWM output % This file plots a single PWM signal % File: pwm_plot.m % Created 12/25/95, DM Auslander load pwm_out.txt % Read in the general output file nv = length
www.eeworm.com/read/184524/9096985

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