io
Input/Output in external formats.
Select category:
File I/O
Miscellaneous conversion functions
CSV file functions
DBF I/O
XML I/O
Spreadsheet I/O user functions for MS-Excel
Spreadsheet I/O user functions for OpenOffice.org Calc
Spreadsheet utility functions
Spreadsheet function test scripts
append_save M-file function
Checks whether a file exists.
Recursively search for file or filename pattern FNAME starting in directory DNAME and return the first match.
Convert a JSON string into a native Octave object.
Returns a valid JSON string that will describe object; the string will be in a compact form (no spaces or line breaks).
Converts NASTRAN PCH file (SORT2) to a data structure and frequency vector.
S = READ_NAMELIST (FILENAME) returns the struct S containing namelists and variables in the file FILENAME organised in hierachical way:
Convert any Octave OBJ into a compact JSON string.
Convert from UTF-8 encoded strings ISTR to Unicode codepoints USTR.
Convert from Unicode code points USTR to UTF-8 encoded string OSTR.
WRITE_NAMELIST(S, FILENAME) writes a namelist data structure S to a file FILENAME.
Create a CSV file from a cell array.
Read a CSV (Comma Separated Values) file and convert it into a cell array.
Concatenate a cell into a CSV string or array of strings.
Explode a CSV string into a cell.
Read contents of a dbase (dbf) file, provisionally dbase III+, IV or V.
Write data in a cell array to a dbf (xBase) file, provisionally dBase III+.
Get value of attribute ATT in xml node (char string) XMLNODE, return empty if attribute isn't present.
Get a string representing the first xml TAG node starting at position IS in xml text string XML, and return start and end indices.
Optionally convert character using the function handle in CONV_FCN, remove characters (<32 >255) from text string or cell array ISTR and return the result in OSTR.
Parse an xml file FNAME using Xerces Java library and return a Java object representing an XML DOM document.
Write an XML DOM document to file FNAME or to output string STR.
Add data in 1D/2D CELL array ARR into a cell range RANGE in worksheet WSH in a spreadsheet file pointed to in structure XLS.
Read data contained within cell range RANGE from worksheet WSH in a spreadsheet file pointed to in struct XLS.
Close a spreadsheet file pointed to in struct XLS, and if needed write file to disk.
Query a spreadsheet file for some info about its contents.
Get a pointer to a spreadsheet in memory in the form of return argument (file pointer struct) XLS.
Read data from a spreadsheet file.
Add data in 1D/2D array ARR to a spreadsheet file.
Transfer data to spreadsheet file pointer ODS.
Read data from a spreadsheet file pointed to in file pointer struct ODS.
Close a spreadsheet file pointer and if needed write the contents to disk.
Query a spreadsheet file for some info about its contents.
Get a pointer to contents of a spreadsheet file.
Read data from a spreadsheet file.
Write data to a spreadsheet file.
calccelladdress (R, C) - compute spreadsheet style cell address from row & column index (both 1-based).
Check Octave environment for spreadsheet I/O support, report any problems, and optionally add or remove Java class libs for spreadsheet support.
Divide a heterogeneous 2D cell array into a 2D numeric array and a 2D cell array containing only strings.
Try to check proper operation of spreadsheet I/O scripts using interface INTF1.
Test functionality of supported spreadsheet interfaces.
Package: io