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