functionreadTable
Read a table from either .mat or .csv (no headers)
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | filename | ||
| String | tablename | ||
| Integer | nRows | ||
| Integer | nCols |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | table |
Contents
| Name | Description |
|---|---|
| parseCSVRowprotected |