Spreadsheet
Spreadsheet
- csvread - Read comma-separated value (CSV) file.
- csvwrite - Write comma-separated value file.
- detectImportOptions - Create import options based on file content.
- dlmread - Read an numeric matrix from a text file file using a delimiter.
- dlmwrite - Write an numeric matrix to a text file file using a delimiter.
- readcell - Create cell array from file.
- readmatrix - Create matrix array from file.
- readtable - Create table from file.
- writecell - Write a cell to a file.
- writematrix - Write a matrix to a file.
- writetable - Write table to file.