Getdatasource: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Extract summary information about a DataSet. | Extract summary information about a DataSet. | ||
===Synopsis=== | ===Synopsis=== | ||
:[out1, out2,...] = getdatasource(dataset1, ''dataset2'',...) | :[out1, out2,...] = getdatasource(dataset1, ''dataset2'',...) | ||
===Description=== | ===Description=== | ||
The input(s) dataset1,'' dataset2'',... are dataset objects. GETDATASOURCE returns structures containing useful summary information about each DataSet including the contents of the DataSet fields: name, author, date, and moddate. Also returned in the structure is the size of the data field. | The input(s) dataset1,'' dataset2'',... are dataset objects. GETDATASOURCE returns structures containing useful summary information about each DataSet including the contents of the DataSet fields: name, author, date, and moddate. Also returned in the structure is the size of the data field. | ||
===See Also=== | ===See Also=== | ||
[[dataset/dataset]], [[dataset/subsref]], [[modelstruct]] | [[dataset/dataset]], [[dataset/subsref]], [[modelstruct]] |
Revision as of 15:25, 3 September 2008
Purpose
Extract summary information about a DataSet.
Synopsis
- [out1, out2,...] = getdatasource(dataset1, dataset2,...)
Description
The input(s) dataset1, dataset2,... are dataset objects. GETDATASOURCE returns structures containing useful summary information about each DataSet including the contents of the DataSet fields: name, author, date, and moddate. Also returned in the structure is the size of the data field.