Dataset explode: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Extract all variables from a DataSet object. | Extract all variables from a DataSet object. | ||
===Synopsis=== | ===Synopsis=== | ||
explode(x,''txt'') | :explode(x,''txt'') | ||
===Description=== | ===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. | 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 | ===Example=== | ||
explode(h,'01') | explode(h,'01') | ||
===See Also=== | ===See Also=== | ||
[[ | [[dataset_get]], [[dataset_subsref]] |
Latest revision as of 16: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')