m@cortex reference pages

The m@cortex package consists of 2 directories:

giutils

This directory contains a set of general-purpose functions and object classes. All functions in giutils can be used independently (even in the absence) of the giucode folder, as stand-alone utilities.

giucode

This directory contains tools to analyze behavioral and electrophysiological data , usually (but not necessarily) collected with the CORTEX program. Most of the functions here do rely on the presence of giutils functions.

Both directories should be included in Matlab's path (go to the download page for more details)

In m@cortex, most of the work is done through the object classes listed on the left (names preceded by '@'). For each of them, you will find subheadings such as:

  • constructor: the function that creates the object, i.e., an instance of the class
  • dot-properties: list of object properties that can be retrieved (and set, in some cases)
  • methods: functions that perform computations based on the content of an existing object

In m@cortex, most of the work is done through the object classes listed on the left (names preceded by '@'). For each of them, you will find subheadings such as: