pwDbAddExperiment


 [success, message] = pwDbAddExperiment(dbFile, dataFile, expName)

 Adds one experiment stored in the given dataFile with all included
 stimulations to the PottersWheel database <dbFile>.

 

Arguments for pwDbAddExperiment

 success   True if experiment has been added.
 message   Error message if experiment could not be added.
 dbFile    Will be created if not available using pwDbCreate.
 dataFile  Excel or txt file (compare pwAddData).
 expName   If unspecified, the name of the data file.

See also

pwDbCreate
pwDbRemoveExperiment
pwAddDataFromDb
pwDbShowStimulations
pwDbShowExperiments