io
Input/Output in external formats.
Select category:
append_save M-file function
Checks whether a file exists.
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:
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 a VALUE from FILENAME as an XML file
Write a VALUE into FILENAME (FD) as an XML file.
Add data in 1D/2D CELL array ARR into a cell range specified in RANGE in worksheet WSH in an Excel spreadsheet file pointed to in structure XLS.
Read data contained within cell range RANGE from worksheet WSH in an Excel spreadsheet file pointed to in struct XLS.
Close the Excel spreadsheet pointed to in struct XLS, if needed write the file to disk.
Query Excel spreadsheet file FILENAME for some info about its contents.
Get a pointer to an Excel spreadsheet in the form of return argument (file pointer struct) XLS.
Read data contained in range RANGE from worksheet WSH in Excel spreadsheet file FILENAME.
Add data in 1D/2D array ARR to worksheet WSH in Excel spreadsheet file FILENAME in cell range RANGE.
Transfer data to an OpenOffice_org Calc spreadsheet previously opened by odsopen().
Read data contained within cell range RANGE from worksheet WSH in an OpenOffice_org Calc spreadsheet file pointed to in struct ODS.
Close the OpenOffice_org Calc spreadsheet pointed to in struct ODS, if needed write the file to disk.
Query an OpenOffice_org spreadsheet file FILENAME (with ods suffix) for some info about its contents.
Get a pointer to an OpenOffice_org spreadsheet in the form of return argument ODS.
Read data contained from cell range RANGE in worksheet WSH in OpenOffice_org Calc spreadsheet file FILENAME.
Add data in 1D/2D array ARR into sheet WSH in OpenOffice_org Calc spreadsheet file FILENAME in cell range RANGE.
calccelladdress (R, C) - compute spreadsheet style cell address from row & column index (both 1-based).
Check Octave / Matlab environment for spreadsheet I/O support.
Divide a heterogeneous 2D cell array into a 2D numeric array and a 2D cell array containing only strings.
(Internal function) Check proper operation of ODS spreadsheet scripts.
(Internal function) Check proper operation of XLS spreadsheet scripts.
Package: io