代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/471115/6897580
class plot.class
www.eeworm.com/read/471115/6897640
java plot.java
import java.awt.*;
public class Plot extends java.applet.Applet {
Label statLabel = new Label("Current Statistics:");
Graph stats = new Graph();
public void init() {
B
www.eeworm.com/read/471115/6897647
class plot.class
www.eeworm.com/read/394489/8221491
exe plot.exe
www.eeworm.com/read/394381/8227387
m plot.m
%二维图(一元函数图)
%用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%图形的线型,标记,颜色均可设定,常用有
% 颜色 | 线型 标记
% --------------------- -
www.eeworm.com/read/193277/8242128
m plot.m
function x_opt = plot(varargin)
%plot plots feasible set
%
% p = plot(F,x,c,n,options)
%
% F: set object
% x: projected variables [At most three variables]
% c: color [double]
www.eeworm.com/read/193277/8242404
m plot.m
function Y=plot(varargin)
%PLOT (overloaded)
% Author Johan L鰂berg
% $Id: plot.m,v 1.1 2006/08/10 18:00:21 joloef Exp $
% Fast version for plotting simple PWA objects
if nargin == 1
X =
www.eeworm.com/read/193277/8243233
m plot.m
function Y=plot(varargin)
%PLOT (overloaded)
% Author Johan L鰂berg
% $Id: plot.m,v 1.17 2006/07/11 13:48:05 joloef Exp $
% Fast version for plotting simple PWA objects
if nargin == 1
X =
www.eeworm.com/read/293183/8310724
m plot.m
%PLOT Mapping overload, call plotd
function h = plotd(w,s)
if nargin == 2
h = plotd(w,s);
else
h = plotd(w);
end