MATLAB: What is the command to make a vector t that looks like this

vector

0 0.25 0.5…….5

Best Answer

my_vector = 0:0.25:5