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
- fclose FCLOSE File Close Function
- feof FEOF End Of File Function
- fgetline FGETLINE Read a String from a File
- fopen FOPEN File Open Function
- 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
- input INPUT Get Input From User
- load LOAD Load Variables From A File
- printf PRINTF Formated Output Function (C-Style)
- rawread RAWREAD Read 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