-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac50c6d
commit ad6c3e1
Showing
24 changed files
with
1,239 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Tables | ||
|
||
Tables | ||
|
||
## Description | ||
|
||
Tables of arrays with named columns, each potentially containing different data types. | ||
|
||
- [Accessing and Manipulating Tables in Nelson](accessing_manipulating_table.md) | ||
- [array2table](array2table.md) - Convert homogeneous array to table. | ||
- [cell2table](cell2table.md) - Convert cell array to table. | ||
- [height](height.md) - Number of table rows | ||
- [istable](istable.md) - Determine if input is table. | ||
- [struct2table](struct2table.md) - Convert a structure array into a tabular format. | ||
- [table](table.md) - A table-like array with named variables, capable of holding different data types | ||
- [table2array](table2array.md) - Convert table to homogeneous array. | ||
- [table2cell](table2cell.md) - Convert table to cell array | ||
- [table2struct](table2struct.md) - Convert table to structure array | ||
- [width](width.md) - Number of table variables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- [table](README.md) | ||
- [Accessing and Manipulating Tables in Nelson](accessing_manipulating_table.md) | ||
- [array2table](array2table.md) | ||
- [cell2table](cell2table.md) | ||
- [height](height.md) | ||
- [istable](istable.md) | ||
- [struct2table](struct2table.md) | ||
- [table](table.md) | ||
- [table2array](table2array.md) | ||
- [table2cell](table2cell.md) | ||
- [table2struct](table2struct.md) | ||
- [width](width.md) |
Oops, something went wrong.