代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/298649/7947763
m da_hist.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box','on',..
www.eeworm.com/read/244076/12892299
m da_hist.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box','on',..
www.eeworm.com/read/243539/12935076
m plotbotopt.m
%PLOTBOTOPT Define options for robot plotting
%
% Default options for robot/plot function.
% $Log: plotbotopt.m,v $
% Revision 1.1 2002/04/01 11:47:15 pic
% General cleanup of code: help comments,
www.eeworm.com/read/137229/13338933
m da_hist.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box','on',..
www.eeworm.com/read/456224/6278869
m sec7_2_1_plot.m
%
% Optimization with MATAB; Dr P.Venkataramana=
% Chapter 7 Section 7.2.1
% External Penalty Function Method
% Example 7.1
% Symbolic Calculations and plotting
format compact
syms x1 x2 rh rg
www.eeworm.com/read/264420/11315700
m da_hist.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box','on',..
www.eeworm.com/read/261520/11639051
cpp demo7_2.cpp
// DEMO7_2.CPP basic full-screen 24-bit color pixel plotting DirectDraw demo
// you must have 24-bit graphics available otherwise this demo
// will simply exit
// INCLUDES ///////////////////////
www.eeworm.com/read/156653/11786051
m ex05230b.m
% Chapter 05: Example 5.23 High speed convolution
% part b) Plotting of saved data
% run after part a)
load times.txt -ascii;
conv_time=times(1,:);
hsconv_time=times(2,
www.eeworm.com/read/231340/14238526
m tst_rotdraw.m
%tst_rotdraw.m
%
% demonstrate building a rotor model (as a Matlab structure)
% and plotting it in (fancy) 3d plot
%
% By: Izhak Bucher
% Date: 8-June-2000
% How: Free for any non-profit use
www.eeworm.com/read/231340/14238534
m tst_rotany.m
%tst_rotdraw.m
%
% demonstrate building a rotor model (as a Matlab structure)
% and plotting it in (fancy) 3d plot
%
% By: Izhak Bucher
% Date: 8-June-2000
% How: Free for any non-profit use