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 |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 8 of file steerplot.m. |
|
|
Definition at line 10 of file steerplot.m. |
|
|
Definition at line 15 of file steerplot.m. |
|
|
Definition at line 17 of file steerplot.m. |
|
|
Definition at line 7 of file steerplot.m. |
|
|
Definition at line 6 of file steerplot.m. |
1.4.4