代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/188764/8515841
h plot_line.h
#ifndef __PLOT_LINE_h__
#define __PLOT_LINE_h__
#include "basic_move.h"
void plot_line_chabu(float x1,float y1,float x2,float y2);
void plot_line_chabu_2(float x2,float y2);
#endif
www.eeworm.com/read/188764/8515843
c plot_line.c
#include "plot_line.h"
extern float X0,Y0;//保存了当前坐标
//参数为起点和终点
void plot_line_chabu(float x1,float y1,float x2,float y2)
{
unsigned int dx, dy, n, k, i;
int f; //f可正可负
go_to(x1,
www.eeworm.com/read/289642/8537866
m plot_mimo.m
% Plots the impulse responses, the PDPs, the correlation properties
% and the Doppler spectra of the MIMO channel stored in the global
% variable H produced by script example_MIMO.m. plot_MIMO.m als
www.eeworm.com/read/289642/8537884
m plot_gaussian.m
function plot_gaussian(number_clusters, power, AOA_deg, sigma_deg, ...
delta_phi_deg, plot_number)
% plot_gaussian(number_clusters, power, AOA_deg, sigma_deg,
% delta_phi_deg,
www.eeworm.com/read/289642/8537910
m plot_laplacian.m
function plot_laplacian(number_clusters, power, AOA_deg, sigma_deg, ...
delta_phi_deg, plot_number)
% plot_laplacian(number_clusters, power, AOA_deg, sigma_deg,
% delta_phi_d
www.eeworm.com/read/289642/8537938
m plot_uniform.m
function plot_uniform(number_clusters, amplitude, AOA, AS, ...
plot_number)
% plot_uniform(number_clusters, amplitude, AOA, AS, plot_number)
%
% Plots the multi-cluster uniform PAS
%
%
www.eeworm.com/read/433114/8544778
m s_plot.m
function s_plot(seismic)
% "Quick-look" plot of seismic data. Color plot if there are more than
% S4M.ntr_wiggle2color (usually 101) traces; otherwise wiggle trace plot.
% Seismic traces are individu
www.eeworm.com/read/433114/8544909
m l_plot.m
function aux=l_plot(wlog,varargin)
% Function plots log curves;
% A curve's properties can be changed by right-clicking on that curve and
% choosing new curve parameters from the pop-up menu (genera
www.eeworm.com/read/433114/8545299
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/432937/8561454
m nonlinear_plot.m
% nonlinear_plot.m
% 非线性仿真系统图形绘制
subplot(1,2,1)
plot(xout(:,2),xout(:,1));
title('x - v graph');
axis([-0.5 1.2 -0.5 0.4]);
grid on;axis square;
subplot(1,2,2)
plot(xout(:,2),xout(:,1));
titl