Method ssm/dotview


  DOTVIEW  view an ssm object via the DOT interpreter.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: DOTVIEW view an ssm object via the DOT interpreter. 
  
  The ssm object is converted to a dot file (www.graphviz.org) then: 
  1) rendered to the format specified inside the user's LTPDA Toolbox Preferences
  (accessible via the dedicated GUI or typing "LTPDAprefs" on the Matlb terminal) 
  2) opened with the chosen viewer. 
  3) The graphic file is kept.
 
  CALL:        dotview(s, pl);
               dotview(s, 'my_filename');
               dotview(s);                % Displays only the diagram
 
  INPUTS:      h   - ssm object
               pl  - plist of options
  
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ssm
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
dotview
TITLE '' none A title string for the final graph
FILENAME '' none the file name for the graphic file
VIEW 1
  • 1
  • 0
true or false to view or not

Example

plist('TITLE', '', 'FILENAME', '', 'VIEW', [true])

back to top back to top

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




©LTP Team