Spike Toolbox

STOptionsSave
Save Spike Toolbox options to a file

Syntax
STOptionsSave STOptionsSave(stOptions) STOptionsSave(stOptions, filename)

Description
The first usage will save the current options as the default for the toolbox. The second usage will save the specified options as the toolbox defaults. The third usage will save the specified options to a particular file. This file can then be loaded with STOptionsLoad. stOptions muct be a valid Spike Toolbox options structure. Use STOptions to retrieve a current valid option structure.

See Also
Managing toolbox options, STOptionsLoad, STOptions, STToolboxDefaults


$Id: STOptionsSave.html 1783 2005-08-31 21:05:51Z dylan $