MATLAB Python

quickTrials

Syntax

quickTrials([datastruct] [,trials] [,width])

Description

QUICKTRIALS is a convenience function for nicely displaying trial data. If no datastruct is supplied, it selects the current datastruct, then selects the first of the most recent session's datastructs. The wider the display, the more information that is printed.

Usage

quickTrials(datastruct) displays data for all trials in the datastruct. quickTrials(datastruct, trials) displays data for only the trials specified by a cell array of strings or trial number. quickTrials(datastruct, trials, width) displays data for a target command console width. If quickTrials() is called without any parameters, it selects the current datastruct, then selects the first of the most recent session's datastructs. Data is displayed for all trials.