ENH: Tutorial update

This commit is contained in:
andy
2013-02-15 12:39:06 +00:00
parent b1a6e58a2b
commit 0ed07eadcf

View File

@ -27,9 +27,13 @@ forceCoeffs1
lRef 1.42; // Wheelbase length lRef 1.42; // Wheelbase length
Aref 0.75; // Estimated Aref 0.75; // Estimated
nBin 20; // output data into bins binData
binDir (1 0 0); // bin direction {
binFormat gnuplot; nBin 20; // output data into 20 bins
direction (1 0 0); // bin direction
format gnuplot;
cumulative yes;
}
} }