Editds userimport

From Eigenvector Research Documentation Wiki
Revision as of 13:09, 16 April 2010 by imported>Scott (Created page with '===Purpose=== Example of user-defined importer for editds. ===Synopsis=== :[data,name,source] = editds_userimport(varargin) ===Description=== This file is an example of a use…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Example of user-defined importer for editds.

Synopsis

[data,name,source] = editds_userimport(varargin)

===Description=== This file is an example of a user=defined importer. To create a user-defined import method, copy this file with a unique m-file name and edit the code to read the desired file. The method may be added to the import from list by editing the editds_importmethods list (see the editds_importmethods file).


See Also

editds_importmethods