代码搜索:visualize
找到约 488 项符合「visualize」的源代码
代码结果 488
www.eeworm.com/read/235928/14041482
m som_plotmatrix.m
function som_plotmatrix(sM,D,Col,comps)
%SOM_PLOTMATRIX Visualize pairwise scatter plots and histograms.
%
% som_plotmatrix(sM,[sD],[Col],[comps])
%
% Input and output arguments ([]'s are optional
www.eeworm.com/read/276944/10692892
m visualizeclustering.m
function visualizeClustering(ar_mode,x)
% Function to visualize 2D clustering
% ar_mode: Pointer array to mode
% x: Dataset
[a,b,ar] = unique(ar_mode);
if(length(a)
www.eeworm.com/read/450513/7482746
m overlap.m
%% Data visualization contest: Code overlap
% The aim here is to try and visualize the degree of overlap between
% all pairs of entries.
load contest_data
n = length([d.id]);
t=[d.timestamp];
nlines
www.eeworm.com/read/434922/7800294
m dspimanalys.m
function Iout1 = dspimanalys(I, L)
%% Perform analysis on the results and visualize the results
[M, N] = size(I);
Stats = regionprops( bwlabel(L>0), 'ALL');
Str = ['Grid No. = ', int2Str(numel
www.eeworm.com/read/309003/3708341
m toon0233.m
% toon0233 -- Visualize Wavelet Xform
%
% Here we display a 2-d image and its 2-d wavelet transform
%
ingrid = ReadImage('Daubechies');
%
clf; subplot(121);
GrayImage(ingrid);
title('Ingrid D
www.eeworm.com/read/303435/3811443
main susorty.su.main
SUSORTY - make a small 2-D common shot off-end
data set in which the data show geometry
values to help visualize data sorting.
susorty [optional parameters] > out_data_file
www.eeworm.com/read/415663/11059438
m connectivity.m
function connectivity(node_coord, routing_table, dests)
%visualize the connectivity of routing path to all the destinations
if size(dests,1)~=1 | size(node_coord,2)~=2
error('wrong format in dests o
www.eeworm.com/read/384512/8865916
m som_plotplane.m
function h=som_plotplane(varargin)
%SOM_PLOTPLANE Visualize the map prototype vectors as line graphs
%
% h=som_plotplane(lattice, msize, data, [color], [scaling], [pos])
% h=som_plotplane(topol, dat
www.eeworm.com/read/384512/8865962
m som_barplane.m
function h = som_barplane(varargin)
%SOM_BARPLANE Visualize the map prototype vectors as bar charts
%
% h = som_barplane(lattice, msize, data, [color], [scaling], [gap], [pos])
% h = som_barplane(top
www.eeworm.com/read/384512/8866367
m som_dendrogram.m
function [h,Coord,Color,height] = som_dendrogram(Z,varargin)
%SOM_DENDROGRAM Visualize a dendrogram.
%
% [h,Coord,Color,height] = som_dendrogram(Z, [[argID,] value, ...])
%
% Z = som_linkage(sM);
%