Dataset explode

From Eigenvector Research Documentation Wiki
Revision as of 16:12, 8 October 2008 by imported>Jeremy (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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