Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
time.plt
Package: mcl.tar.gz [view]
Upload User: kingseaxu
Upload Date: 2009-01-01
Package Size: 49k
Code Size: 1k
Category:
3G develop
Development Platform:
Java
- set nologscale x
- set title ""
- set xrange [0:50]
- set yrange [0:2]
- set xlabel "Time"
- set xtics(0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50)
- set ylabel "Estimate Error (r)"
- #set ylabel 'Force, {/Times-Italic F}_A, (kN)' # italics!
- set ytics(0, 0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0)
- set nolabel
- set key 40, 1.5
- plot 'MCL_time_10_0_error' title "v_max=.2r, s_max=0" with linespoints,
- 'MCL_time_50_0_error' title "v_max=r, s_max=0" with linespoints,
- 'MCL_time_10_10_error' title "v_max=.2r, s_max=.2r" with linespoints,
- 'MCL_time_50_50_error' title "v_max=r, s_max=r" with linespoints