-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix getRow method for dynamic table (#648)
* Permute nd arrays to get correct shape for table * Update getRow.m Ensure fix also works if a dynamic table is created raw by raw using the addRow method * Add test for previous failure point * Update getRow.m Update function to also transpose 2D arrays (matrices) which are not vectors * Add test for toTable method for n-dimensional vectordata
- Loading branch information
1 parent
bb9acbf
commit ead90dd
Showing
2 changed files
with
32 additions
and
5 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