apjanke / octave-tablicious

Table (relational, tabular data) implementation for GNU Octave
https://apjanke.github.io/octave-tablicious/
GNU General Public License v3.0
29 stars 11 forks source link

Implement end method #89

Closed rdzman closed 1 year ago

rdzman commented 3 years ago

For a table T, this enables the use of end to refer to the last index for either the rows or the variables.

rdzman commented 2 years ago

I think this one is also ready, in case you get time to include it in the next numbered release as well.

rdzman commented 2 years ago

I can rebase it on top of da7bcfb from #90 if that would be helpful.

apjanke commented 2 years ago

Yeah, this should go in the release! Tagging for 0.3.7.

Don't worry about a rebase.