代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/481260/1297599
m plot.m
function plot(A)
% plot.m Plot method for radcoolblock objects. Called as
%
% plot(A)
%
% INPUT PARAMETERS
% A : a radcoolblock object
unpack(A)
plot(T)
www.eeworm.com/read/481260/1297601
m plot.m
function plot(A)
% plot.m Plot method for gasflow objects. Called as
%
% plot(A)
%
% INPUT PARAMETERS
% A : a gasflow object
unpack(A)
% Reconstruct solution
conc = e*Bconc + conc
www.eeworm.com/read/481260/1297602
m plot.m
function plot(A)
% plot.m Plot method for gasflow objects. Called as
%
% plot(A)
%
% INPUT PARAMETERS
% A : a gasflow object
unpack(A)
% Reconstruct solution
vx = a*Bvx + vxBC;
www.eeworm.com/read/481260/1297606
m plot.m
function plot(A)
% plot.m Plot method for continuity objects. Called as
%
% plot(A)
%
% INPUT PARAMETERS
% A : a continuity object
unpack(A)
unpack(momobj)
% Reconstruct solution
www.eeworm.com/read/481260/1297609
m plot.m
function plot(A)
% plot.m Plot method for gasflow objects. Called as
%
% plot(A)
%
% INPUT PARAMETERS
% A : a gasflow object
unpack(A)
% Reconstruct solution
Vx = get(vx,'val');
V
www.eeworm.com/read/481260/1297612
m plot.m
function plot(A)
% plot.m Plot method for wafertemp objects. Called as
%
% plot(A)
%
% INPUT PARAMETERS
% A : a wafertemp object
unpack(A)
plot(T)
www.eeworm.com/read/481260/1297615
m plot.m
function plot(A)
% plot.m Plot method for lampflux objects. Called as
%
% plot(A)
%
% INPUT PARAMETERS
% A : a catpel object
unpack(A,'var')
plot(Q)
ylabel('Lamp flux at wafer surf
www.eeworm.com/read/481260/1297619
m plot.m
function plot(A)
% plot.m Plot method for wafertempcontroller objects. Called as
%
% plot(A)
%
% INPUT PARAMETERS
% A : a wafertempcontroller object
unpack(A)
plot(T)
ax = axis;
hol
www.eeworm.com/read/479037/1344666
java plot.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/474814/1390163
tcl plot.tcl
# plot.tcl --
#
# This demonstration script creates a canvas widget showing a 2-D
# plot with data points that can be dragged with the mouse.
#
# RCS: @(#) $Id: plot.tcl 144 2003-02-05 10:56:26Z mdejo