代码搜索:plotting

找到约 1,607 项符合「plotting」的源代码

代码结果 1,607
www.eeworm.com/read/124842/14534437

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/122711/14671695

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/121258/14764682

htm read.cgi-read=9978.htm

Plotting from a CDaoRecordView dialog box
www.eeworm.com/read/214740/15090248

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/455463/1614204

m visifit.m

function [p,coeff]= visifit(y,x,norder) % [p,coeff]= visifit(y,x,norder) % % VISIFIT allows the interactive fitting of an n'th order % polynomial to the data y(x). After plotting y(x) VISIFIT % gra
www.eeworm.com/read/231546/4715159

vim jgraph.vim

" Vim syntax file " Language: jgraph (graph plotting utility) " Maintainer: Jonas Munsin jmunsin@iki.fi " Last Change: 2001 May 09 " this syntax file is not yet complete " For version 5.x: Clear all
www.eeworm.com/read/283334/4081224

py wxplotcanvas.py

""" This is a port of Konrad Hinsen's tkPlotCanvas.py plotting module. After thinking long and hard I came up with the name "wxPlotCanvas.py". This file contains two parts; first the re-usable li
www.eeworm.com/read/389759/2538355

readme

Graph Equalizer by Ian Monroe About: Idea comes from an aRTs plugin; it's an equalizer that works by plotting and dragging points on a graph. Gives a lot mo
www.eeworm.com/read/194440/8193700

m visifit.m

function [p,coeff]= visifit(y,x,norder) % [p,coeff]= visifit(y,x,norder) % % VISIFIT allows the interactive fitting of an n'th order % polynomial to the data y(x). After plotting y(x) VISIFIT % gra
www.eeworm.com/read/236503/14013248

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