Method matrix/save


  SAVE overloads save operator for ltpda objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SAVE overloads save operator for ltpda objects.
 
  CALL:        save(obj, 'blah.mat') save an object obj as a .mat file.
               obj.save('blah.mat')  save an object obj as a .mat file.
               obj.save(plist('filename', 'blah.mat'))
               save(obj, plist('filename', 'blah.mat'))
               save(a, 'blah.xml') save an object as an XML file.
               a.save(plist('filename', 'blah.xml'))
 
  The method accepts multiple input objects (in a list or in a vector),
  that will be save inside a single file or in multiple files according to the
  "INDIVIDUAL FILES" parameter (see the Parameters Description below)
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_uo
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
save
FILENAME '' none Name of the file to save in.
The format is determined based on the file extension:
  • .xml for XML format
  • .mat for Matlab format
PREFIX '' none Filename prefix
POSTFIX '' none Filename postfix
INDIVIDUAL FILES 0
  • 0
  • 1
Save the objects into Individual files

Example

plist('FILENAME', '', 'PREFIX', '', 'POSTFIX', '', 'INDIVIDUAL FILES', [false])

back to top back to top

Some information of the method ltpda_uo/save are listed below:
Class name ltpda_uo
Method name save
Category Output
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 0
Max output args -1
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team