Spreadsheet
- Timeseries/Table
- addvars — Add variables to table or timeseries
 - cell2table — convert a cell into a table
 - combinations — Create a table containing all element combinations
 - detectImportOptions — structure containing all useful information to import the file
 - groupcounts — returns the number of elements for each group
 - groupsummary — create groups in table or timeseries and apply functions to variables within groups
 - isregular — check if the time vector is regular
 - join — combine two tables or timeseries
 - matrix2table — convert a matrix into a table
 - pivot — create a pivoted table providing a summary of data.
 - readtable — create a table from a file
 - readtimeseries — create a timeseries from a file
 - removevars — Remove variables from table or timeseries
 - retime — create a new timeserie on a new time basis
 - rowfun — apply a function to each row of the table/timeseries
 - struct2table — convert a struct into a table
 - synchronize — synchronize several timeseries on the same time basis
 - table — create a table from variables
 - table2cell — convert a table into a cell
 - table2matrix — convert a table into a matrix
 - table2struct — convert a table into a struct
 - table2timeseries — convert a table into a timeseries
 - timeseries — create a timeseries - table with time as index
 - timeseries2table — convert a timeseries into a table
 - varfun — apply a function to each column of the table/timeseries
 - writetable — write a table to file
 - writetimeseries — write a timeseries to file
 
 - csvDefault — Get or set defaults behavior for csv files.
 - csvRead — Read comma-separated value file
 - csvTextScan — Converts into a matrix texts representing separated values
 - csvWrite — Write comma-separated value file
 - read_csv — reads comma-separated value file. Outclassed by csvRead
 - readxls — reads an Excel file
 - write_csv — writes comma-separated value fileOutclassed by csvWrite
 - xls_open — opens an Excel file for reading
 - xls_read — reads a sheet in an Excel file
 
| Report an issue | ||
| << Xcos | Scilab Help | Console >> |