-
Notifications
You must be signed in to change notification settings - Fork 0
handles.System.seasons
Franz Zeilinger edited this page Nov 9, 2017
·
3 revisions
Typen an Jahreszeiten
In this cell array all possible and hand able types of seasons are defined. This is done within the function get_default_values_GAT
[n,2] cell
- Spalte: programminterne Bezeichnung (Shorttext)
- Spalte: Bezeichnung für User / Ausgabe (Longtext)
handles.System.seasons = {... % Typen der Jahreszeiten
'Summer', 'Summer';...
'Transi', 'Transition';...
'Winter', 'Winter';...
};