代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/263516/11359024
bmp plot_zoomx.bmp
www.eeworm.com/read/263516/11359028
bmp plot_linep.bmp
www.eeworm.com/read/263516/11359029
bmp plot_meta.bmp
www.eeworm.com/read/263516/11359054
bmp plot_arrowdown.bmp
www.eeworm.com/read/263516/11359061
bmp plot_axesxy.bmp
www.eeworm.com/read/405069/11472270
m plot_process.m
function plot_process(mu, plot_on)
%Plot the mu's during an algorithm's execution
%Inputs:
% mu - The location of points
% plot_on - 1-Plot centers, 2-Plot Voronoi centers, 3-Both
%
% No o
www.eeworm.com/read/405069/11472294
m plot_scatter.m
function plot_scatter(plot_patterns, plot_targets, fig, color)
% Make a scatter plot of the data
% Inputs:
% plot_patterns - Data patterns
% plot_targets - Data targets
% fig - Optional figu
www.eeworm.com/read/404971/11474836
m plot_feature.m
clear all;
close all;
clc;
id = 60;
std = 15;
w_size = 5;
%==============================
% image read
%==============================
%noisy image x+w
s1 = 'E:\KODAK_PNG\noise\';
s2
www.eeworm.com/read/403659/11513251
m plot_structure.m
%*****************************************************************
% function plot_structure
%
% plot out structure, loads and constraints
%********************************************************
www.eeworm.com/read/402601/11532158
m plot_mvdr.m
function plot_mvdr(name)
eval(['load ' name]);
% test vectors for spatially sampled response
W_H = conj(W(Ndata, :));
st = -1 : 0.025 : 1;
est = exp(-j*pi*[0:(rp.p-1)]'*st);