write_allStat
writes a structure with all pars and stats for all entries
Contents
Syntax
[allStat, info] = write_allStat (T, f)
Description
Writes result of get_allStat to file allStat.mat in parent dir of curation
Input:
- T: optional scalar with body temperature in Kelvin (default T_typical, which is entry-specific)
- f: optional scalar with scaled functional response (default 1)
Ouput:
- allStat: stucture with all parameters and statistics of all entries
- allUnits: structure with all units for all statistics
- allLabel: structure with all labels for all statistics
- info: boolean for all species in lists-of-lists are present in dir entries (1) or not (0)
Remarks
- See write_addStat for appending a few entries to allStat. ^For a11 entries, the allStat.mat file is 2.6 Mb. and write_allStat takes 8 minutes to generate.
- See read_allStat for extracting values from allStat.mat.
Example of use
write_allStat;