代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/214740/15090171
m da_pc2d.m
%
% da_pc2d.m
%
% menus etc for plotting one principal component
% verus time
%
%
% Sort the screen out
%
da_front;
da_pcapb;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[5
www.eeworm.com/read/13887/285163
m gui_mesh_plot.m
function [p] = gui_mesh_plot(p,mesh_plot_command,parent)
% GUI_MESH_PLOT - GUI for plotting meshes
%
% Useage: p = gui_mesh_plot(p,command,[parent])
%
% command - either 'init' or 'plot'
%
www.eeworm.com/read/343859/3215666
m run8cpiplot.m
function run8cpiplot(simName,startFigNr,mode)
%RUN8CPIPLOT Plotting the results from run8cpi.
%
%
% * DBT, A Matlab Toolbox for Radar Signal Processing *
% (c) FOA 1994-2000. See the file
www.eeworm.com/read/202785/15373336
m da_pc2d.m
%
% da_pc2d.m
%
% menus etc for plotting one principal component
% verus time
%
%
% Sort the screen out
%
da_front;
da_pcapb;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[5
www.eeworm.com/read/108859/15573823
m digiplot.m
function [td0,yd0] = digiplot(t,y,lin,clr)
% DIGIPLOT Plot of staircase type function.
%
% [TD,YD] = DIGIPLOT(T,Y) returns plotting data TD and YD of
% Y versus T as a staircase
www.eeworm.com/read/388785/8575320
m tdofpz3x3_rlocus.m
echo off
% tdofpz3x3_rlocus.m plotting locus of poles/zeros of z11 for tdof
% model for range of damping values.
clf;
clear all;
% using Matlab's pzmap function with the "tf" form usi
www.eeworm.com/read/376212/9325023
m make_seagrid_mex.m
%
% Create mex files.
mex mexinside.c;
%test_mexinside;
%disp ( 'wait for the figure to finish plotting, then hit any key to continue' );
%pause
mex -v mexrect.F
%mex -f ./mexrectopts.sh -v mexrect
www.eeworm.com/read/162729/10279062
m evalexample.m
clear all
close all
path(path,'..\..\FUZZCLUST')
%loading the data
%load data2.txt
%data.X = data2;
load onedimtry.mat -ascii
data.X = onedimtry;
%normalization and plotting
data = clus
www.eeworm.com/read/162179/10329051
m evalexample.m
clear all
close all
path(path,'..\..\FUZZCLUST')
%loading the data
%load data2.txt
%data.X = data2;
load onedimtry.mat -ascii
data.X = onedimtry;
%normalization and plotting
data = clus
www.eeworm.com/read/455967/7360618
m svcplot1.m
function svcplot1(X,Y,ker,alpha,bias,aspect,mag,xaxis,yaxis,input)
%SVCPLOT Support Vector Machine Plotting routine
%
% Usage: svcplot(X,Y,ker,alpha,bias,zoom,xaxis,yaxis,input)
%
% Parameters: X