Method matrix/viewHistory


  VIEWHISTORY Displays the history of an object as a dot-view or a MATLAB figure.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: VIEWHISTORY Displays the history of an object depending of
               the parameter values as a dot-view or a MATLAB history
               figure.
 
  CALL:        viewHistory(obj);
               viewHistory(obj, pl);
 
  INPUTS:      obj: Single object with history
               pl:  parameter list with different parameters.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_uoh
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
viewHistory
APPLICATION 'DOT View'
  • 'DOT View'
  • 'command view'
Application which should display the history
FILENAME '' none
VIEW 1
  • 1
  • 0
FORMAT 'pdf' none

Example

plist('APPLICATION', 'DOT View', 'FILENAME', '', 'VIEW', [true], 'FORMAT', 'pdf')

back to top back to top

DOT View

no description
Key Default Value Options Description
viewHistory
APPLICATION 'DOT View'
  • 'DOT View'
  • 'command view'
Application which should display the history
FILENAME '' none
VIEW 1
  • 1
  • 0
FORMAT 'pdf' none

Example

plist('APPLICATION', 'DOT View', 'FILENAME', '', 'VIEW', [true], 'FORMAT', 'pdf')

back to top back to top

command view

no description
Key Default Value Options Description
viewHistory
APPLICATION 'command view'
  • 'DOT View'
  • 'command view'
Application which should display the history
type
FILENAME '' none specify the filename to write the commands in.
STOP_OPTION, STOP OPTION 'full'
  • 'full'
  • 'File'
  • 'Repo'
  • 'File Repo'
  • 'N'
Stop option which defines the option at which point the reproduceing stop.
  • 'full': Reproduce all history steps
  • 'File': Ignores the history steps below load-history step
  • 'Repo': Ignores the history steps below retrieve-history step
  • 'File Repo': Both steps above
  • 'N': Maximun depth

Example

plist('APPLICATION', 'command view', 'FILENAME', '', 'STOP_OPTION', 'full')

back to top back to top

Some information of the method ltpda_uoh/viewHistory are listed below:
Class name ltpda_uoh
Method name viewHistory
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 0
Supported numeric types {'double'}




©LTP Team