We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b7928 commit 2821948Copy full SHA for 2821948
FlightPathData.m
@@ -6,12 +6,7 @@
6
% Timetable containing flight path data.
7
FlightDataTimetable(:, :) timetable ...
8
{mustBeFlightDataTimetable} = defaultFlightDataTimetable()
9
- end % properties ( Access = private )
10
-
11
- properties ( Dependent, SetAccess = private )
12
- % List of variables.
13
- VariableNames
14
- end % properties ( Dependent, SetAccess = private )
+ end % properties ( Access = private )
15
16
methods
17
0 commit comments