SAVESTRUCT

saves fields of given structure to file.



 Synopsis:
   savestruct(structure)
   savestruct(structure,file_name)

 Description:
  It saves fields of given structure to specified file.

 Input:
  structure [struct] Input structure. 
  file_name [string] File name (default 'struct.mat'.


Source: savestruct.m

About: Statistical Pattern Recognition Toolbox
(C) 1999-2003, Written by Vojtech Franc and Vaclav Hlavac
Czech Technical University Prague
Faculty of Electrical Engineering
Center for Machine Perception

Modifications:
21-apr-2004, VF