MATLAB: Division by row vectors

MATLABrow-vectors

Hello, I am wondering what the code below means
time = 0:1/1000:3

Best Answer

It makes a vector of time from 0 in .001 steps to 3.