Creates a table object from data, which is an Excel-compatible file. readtable is available only on Windows systems where Microsoft Excel is installed.
Writes the values of table object t to file, which is an Excel-compatible file. writetable is available only on Windows systems where Microsoft Excel is installed.
Writes the values of table object t to file, which is an Excel-compatible file. writetable is available only on Windows systems where Microsoft Excel is installed.
mat2cell
Converts a 2D matrix, m, to a cell array, R.
num2cell
Returns a cell array after converting a complex, 2D matrix, scalar or string input.
readtable
Creates a table object from data, which is an Excel-compatible file. readtable is available only on Windows systems where Microsoft Excel is installed.
rmfield
Returns a copy of the structure s with the field f removed.
setfield
Sets the value of field f in the stucture s to the value v.
sortrows
Returns matrix, R, which is the result of sorting rows of matrix, m, based on the columns listed, columns.
struct
Creates one or more structs with the specified fields and value(s) .
struct2cell
Creates a cell array from the struct s.
subsasgn
Assigns a value to an element of a cell or matrix.
table
Writes the values of table object t to file, which is an Excel-compatible file. writetable is available only on Windows systems where Microsoft Excel is installed.
writetable
Writes the values of table object t to file, which is an Excel-compatible file. writetable is available only on Windows systems where Microsoft Excel is installed.