SaveStructure:

Path: Common/General

% Save a structure in a file. You will be able to read it in by typing
   g = load('fileName');
--------------------------------------------------------------------------
   Form:
   SaveStructure( gXXXX, fileName )
--------------------------------------------------------------------------

   ------
   Inputs
   ------

   gXXXX    (:)   Structure
   fileName (1,:) .mat file name

   -------
   Outputs
   -------
   None

--------------------------------------------------------------------------

Children:

Common: General/IsVersionAfter

Back to the Common Module page