Home > biosig > t200 > iopen.m

iopen

PURPOSE ^

IOPEN opens image files for reading and writing and returns

SYNOPSIS ^

function [HDR,data] = iopen(HDR,PERMISSION,CHAN,MODE,arg5,arg6)

DESCRIPTION ^

 IOPEN opens image files for reading and writing and returns 
       the header information. Many different IMAGE formats are supported.

 HDR = iopen(Filename, PERMISSION, [, CHAN [, MODE]]);

 PERMISSION is one of the following strings 
    'r'    read header
    'w'    write header

 HDR contains the Headerinformation and internal data

 see also: SLOAD, SREAD, SSEEK, STELL, SCLOSE, SWRITE, SEOF

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003