8 ms·
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 n
by Stubb 6y 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.
- abdullahkhalids 6y agoNot only that. Octave/Matlab indexes end at the last point. x = 0:20, ends at 20, not 19.