Skip to content

handles.System.seasons

Franz Zeilinger edited this page Nov 9, 2017 · 3 revisions

Description

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

Type

[n,2] cell

Format

  1. Spalte: programminterne Bezeichnung (Shorttext)
  2. Spalte: Bezeichnung für User / Ausgabe (Longtext)

Example

handles.System.seasons =   {... % Typen der Jahreszeiten
    'Summer', 'Summer';... 
    'Transi', 'Transition';...
    'Winter', 'Winter';...
    }; 

Clone this wiki locally