pwDbCreate
pwDbCreate(dbFile)
Creates a PottersWheel database (PWDB) file which can be used to store
several experiments, each comprising a set of stimulations.
dbFile Filename of the PWDB file. It is recommended to use the ending "_pw.db".
If no file is specified, a save file dialog opens.
An existing file with the same name will be overwritten!
Description
When dealing with larger amounts of experimental data it might be convenient
to work with a single PottersWheel database file instead of a set of
xls or txt files.
Please use pwDbAddExperiment to successively add experiments to the PWDB.
See also