top | item 25253241

(no title)

Stubb | 5 years ago

A horror show mentally reconciling its one-based indexing with the zero-based indexing you're used to in Python.

The use of a zero is admittedly a relatively new concept, and it may not catch on.

discuss

order

abdullahkhalids|5 years ago

Not only that. Octave/Matlab indexes end at the last point. x = 0:20, ends at 20, not 19.