代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/387772/8654208
cpp data_plot.cpp
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/387772/8654216
pro~ data_plot.pro~
######################################################################
# Automatically generated by qmake (2.01a) Mon Dec 8 08:48:16 2008
##############################################################
www.eeworm.com/read/387772/8654222
pro data_plot.pro
######################################################################
# Automatically generated by qmake (2.01a) Mon Dec 8 08:48:16 2008
##############################################################
www.eeworm.com/read/387772/8654235
h data_plot.h
#ifndef _DATA_PLOT_H
#define _DATA_PLOT_H 1
#include
const int PLOT_SIZE = 201; // 0 to 200
class DataPlot : public QwtPlot
{
Q_OBJECT
public:
DataPlot(QWidget* = NULL);
www.eeworm.com/read/431770/8655332
asv capacity_plot.asv
function output=capacity_plot(SNR,M,corr,value,XPD,alpha,output)
%*********************************************************************
%This program works with "capacity_plot_main.m" file.Figs
%
www.eeworm.com/read/387675/8659636
m plot_data.m
function plotdata(test,testclass)
[m,n]=size(test);
for(i=1:m)
if(testclass(i,:)==[1,0,0])
h=plot(test(i,1),test(i,2),'LineWidth',1,'Marker','x','Color','r');
hold on
end
www.eeworm.com/read/431675/8661860
m plot2.m
%PLOT2 Plot row 1 against row 2
%
% plot2(x,s)
%
% Plot x(1,:) against x(2,:) with plotstring s. plot2 returns the
% returns of plot. Defaults s = 'b-'. This command is useful for
% plotting roc-
www.eeworm.com/read/287770/8670381
png plot4.png
www.eeworm.com/read/287770/8670383
png plot1.png
www.eeworm.com/read/287770/8670384