Dataset explode: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
No edit summary
imported>Jeremy
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
  explode(h,'01')
  explode(h,'01')
===See Also===
===See Also===
[[dataset/get]], [[dataset/subsref]]
[[dataset_get]], [[dataset_subsref]]

Latest revision as of 15:12, 8 October 2008

Purpose

Extract all variables from a DataSet object.

Synopsis

explode(x,txt)

Description

EXPLODE writes the fields of a DataSet input x to variables in the workspace with the same variable names as the field names. The optional string input txt appends a string txt to the variable outputs.

Example

explode(h,'01')

See Also

dataset_get, dataset_subsref