Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Actually, Matlab *can* use zero-based indices. They are indicated with
an (unfortunately rather low precedence and rather obscurely
documented) prefix operator "1+", i.e.
a(1+(0:m))
There's been more debate about zero-based indexing than there has been about the existence of God.