1,852
edits
(→Suggested projects: Add Table datatype.) |
|||
Line 104: | Line 104: | ||
== Table datatype == | == Table datatype == | ||
In 2013, Matlab introduced a [https://www.mathworks.com/help/matlab/ | In 2013, Matlab introduced a [https://www.mathworks.com/help/matlab/tables.html new table datatype] to conveniently organize and access data in tabular form. This datatype has not been introduced to Octave yet (see bug {{bug|44571}}). However, there are two initial implementation approaches https://github.com/apjanke/octave-tablicious and https://github.com/gnu-octave/table. | ||
Based upon the existing approaches, the goal of this project is to define an initial subset of [https://www.mathworks.com/help/matlab/tables.htmlMatlab's table functions], which involve sorting, splitting, merging, and file I/O and implement it within the given time frame. | |||
* '''Required skills''' | * '''Required skills''' |