Read and write data files with key words
Name | Description |
---|---|
UsersGuide | User's Guide |
Examples | Examples |
readRealParameter | Read the value of a Real parameter from file |
readReal_m | Read the value of a Real parameter from m-file |
readRealCSV | Read real matrix from CSV file |
readStringCSV | Read real matrix from CSV file |
readLineWithoutCache | Reads a line of text from a file without caching and returns it in a string |
readRowsCSV | Read number of rows from CSV file |
readColsCSV | Read number of columns from CSV file |
readCaseNumbersCSV | Read number of cases from CSV file |
readSizeCSV | Determined number of rows and columns of CSV file |
readCaseColCSV | Read column of case CSV file by header name |
readLine | Reads a line of text from a file without caching and returns it in a string |
writeRealVariable | Writing real variable to file |
writeRealVariables | Write multiple real variables to file |
writeString | Low level write of string to file |
writeLine | Low level write of line including to file |
writeRealCSV | Writing real matrix to CSV file |
overwriteCaseCSV | Overwrite numeric data of CSV file organized in "case" format |
Strings | String functions |