Home > Applications > Horace > @d2d > read.m

iFit/read

PURPOSE ^

Read d2d object from a file or array of d2d objects from a set of files

SYNOPSIS ^

function varargout = read (varargin)

DESCRIPTION ^

 Read d2d object from a file or array of d2d objects from a set of files
 
   >> w=read(d2d,file)

 Need to give first argument as an d2d object to enforce a call to this function.
 Can simply create a dummy object with a call to d2d:
    e.g. >> w = read(d2d,'c:\temp\my_file.d2d')

 Input:
 -----
   d2d         Dummy d2d object to enforce the execution of this method.
               Can simply create a dummy object with a call to d2d:
                   e.g. >> w = read(d2d,'c:\temp\my_file.d2d')

   file        File name, or cell array of file names. In this case, reads
               into an array of d2d objects

 Output:
 -------
   w           d2d object, or array of d2d objects if given cell array of
               file names

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1