代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/206731/7457140
m opt_plot.m
% opt_plot : For generating a plot of optimum T1,T2 for
% varying values of CAF1 (for 2 CSTR)
clear all
T10=341;
T20=341;
options=foptions;
%options(1)=1;
%options(14)=
dQ
www.eeworm.com/read/451642/7460481
m plot1.m
% Generates a stem plot showing the ACF
% for a Gold sequence
% Kai Borre, February 12, 2006
ca_codes
close all
figure(1)
pl = stem(0:51,[0 Corr11(1:50) 0],'.');
axis off
set(get(pl,'Ba
www.eeworm.com/read/451547/7462014
m plot_mst.m
function plot_mst(a,tree,c,lwidth)
%PLOT_MST Plot minimum spanning tree
%
% PLOT_MST(A,TREE,STR,LWIDTH)
%
% Plots the edges of a minimum spanning tree, defined by the nodes A and
% TREE
%
% INPUT
www.eeworm.com/read/451487/7462877
m capacity_plot.m
function output=capacity_plot(SNR,M,corr,value,XPD,alpha,output)
%*********************************************************************
%This program works with "capacity_plot_main.m" file.Figs
%
www.eeworm.com/read/451487/7462976
m plot_vblast.m
function f=plot_vblast(Num,modulation,corr1,alpha1,corr2,alpha2)
clc;
EbNo=[0:2:30];
SNR_axis=EbNo;
[SNR_axis_temp,BER_axis]=vblast(Num,modulation,corr1,alpha1);
www.eeworm.com/read/450326/7485648
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/449577/7500328
gmt plot_v.gmt
#!/bin/sh
#
# GMT script for plotting mean velocities
#
### Size of PS pixels on plot
PLOTSIZE=0.1
### Color bar tick interval in mm
TICK_INTERVAL=5
### Scale bar length in km
SCALEBAR_LENGTH=20
##
www.eeworm.com/read/449577/7500376
m ps_plot.m
function []=ps_plot(value_type,plot_flag,lims,ref_ifg,ifg_list,n_x,cbar_flag,textsize,textcolor,lon_rg,lat_rg)
% PS_PLOT plot ps values for selected ifgs
% PS_PLOT(VALUE_TYPE,BACKGROUND,PHASE_LIMS,
www.eeworm.com/read/449504/7502468
m mtd_plot.m
function []=mtd_plot(res,z)
% PURPOSE: Graphic output of multivariate temporal disaggregation methods
% ------------------------------------------------------------
% SYNTAX: []=mtd_plot(res,z);
%
www.eeworm.com/read/449504/7502474
m tduni_plot.m
function []=tduni_plot(res)
% PURPOSE: Generate graphic output of the BFL or Denton
% temporal disaggregation method
% ------------------------------------------------------------
% SYNT