Dataset explode: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy No edit summary |
||
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]] | [[dataset/get]], [[dataset/subsref]] |
Revision as of 14:56, 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')