Input/Ouput Functions
 Main Index 
-   wavplay  WAVPLAY
 
-   wavrecord  WAVRECORD
 
-   fopen  FOPEN File Open Function
 
-   fclose  FCLOSE File Close Function
 
-   fread  FREAD File Read Function
 
-   fwrite  FWRITE File Write Function
 
-   fflush  FFLUSH Force File Flush
 
-   ftell  FTELL File Position Function
 
-   feof  FEOF End Of File Function
 
-   fseek  FSEEK Seek File To A Given Position
 
-   fgetline  FGETLINE Read a String from a File
 
-   fscanf  FSCANF Formatted File Input Function (C-Style)
 
-   imread  IMREAD Read Image File To Matrix
 
-   imwrite  IMWRITE Write Matrix to Image File
 
-   format  FORMAT Control the Format of Matrix Display
 
-   setprintlimit  SETPRINTLIMIT Set Limit For Printing Of Arrays
 
-   getprintlimit  GETPRINTLIMIT Get Limit For Printing Of Arrays
 
-   save  SAVE Save Variables To A File
 
-   dlmread  DLMREAD Read ASCII-delimited File
 
-   load  LOAD Load Variables From A File
 
-   getline  GETLINE Get a Line of Input from User
 
-   sprintf  SPRINTF Formated String Output Function (C-Style)
 
-   printf  PRINTF Formated Output Function (C-Style)
 
-   fprintf  FPRINTF Formated File Output Function (C-Style)
 
-   disp  DISP Display a Variable or Expression
 
-   sscanf  SSCANF Formated String Input Function (C-Style)
 
-   xmlread  XMLREAD Read an XML Document into FreeMat
 
-   htmlread  HTMLREAD Read an HTML Document into FreeMat
 
-   urlwrite  URLWRITE Retrieve a URL into a File
 
-   pause  PAUSE Pause Script Execution
 
-   csvread  CSVREAD Read Comma Separated Value (CSV) File
 
-   csvwrite  CSVWRITE Write Comma Separated Value (CSV) File
 
-   input  INPUT Get Input From User
 
-   rawread  RAWREAD Read N-dimensional Array From File
 
-   rawwrite  RAWWRITE Write N-dimensional Array From File
 
-   wavread  WAVREAD Read a WAV Audio File
 
-   wavwrite  WAVWRITE Write a WAV Audio File
 
-   str2num  STR2NUM Convert a String to a Number