Editds userimport: Difference between revisions
Jump to navigation
Jump to search
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…') |
imported>Scott |
||
Line 7: | Line 7: | ||
:[data,name,source] = editds_userimport(varargin) | :[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). | ===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=== | ===See Also=== | ||
[[editds_importmethods]] | [[editds_importmethods]] |
Latest revision as of 13:09, 16 April 2010
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).