Skip to content

Commit 5d67313

Browse files
committed
Initial commit to GitHub
1 parent 2172634 commit 5d67313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generateFlightData.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ function generateFlightData( filename )
6969
Yaw(randIdx) = 0.5 * randn( numRand, 1 );
7070

7171
% Create and export the timetable.
72-
tt = timetable( Time, Latitude, Longitude, Airspeed, Altitude, Roll, ...
73-
Pitch, Yaw );
72+
tt = timetable( Time, Latitude, Longitude, Airspeed, Altitude, ...
73+
Roll, Pitch, Yaw );
7474
writetimetable( tt, filename )
7575

7676
end % generateFlightData

0 commit comments

Comments
 (0)