Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

matlab/steerplot.m File Reference

Go to the source code of this file.

Functions

Plot C estimator and matlab (x, y) data figure(1)
 plotyy (time, setValue, time, a2dValue)
 title ('Steering servo data')
 legend ('target ssc servo value/a2v servo pot value')

Variables

Will plot data loaded from
steering m get input data
from tab deliminated file
data should already be loaded
from steering m 
time = data(:,1)
 setValue = data(:,2)
 a2dValue = data(:,3)
 len = length(time)
hold off
hold on


Function Documentation

legend 'target ssc servo value/a2v servo pot value'   ) 
 

Plot C estimator and matlab ,
 

plotyy time  ,
setValue  ,
time  ,
a2dValue 
 

title 'Steering servo data  ) 
 


Variable Documentation

a2dValue = data(:,3)
 

Definition at line 8 of file steerplot.m.

len = length(time)
 

Definition at line 10 of file steerplot.m.

hold off
 

Definition at line 15 of file steerplot.m.

hold on
 

Definition at line 17 of file steerplot.m.

setValue = data(:,2)
 

Definition at line 7 of file steerplot.m.

Will plot data loaded from steering m get input data from tab deliminated file data should already be loaded from steering m time = data(:,1)
 

Definition at line 6 of file steerplot.m.


Generated on Fri Sep 1 14:25:55 2006 for Raptor by  doxygen 1.4.4