MATLAB: Make a series of odd numbers from 77 to 56

array

Hi Matlab community, I'm trying to make a series odd number that decreasing from 77 to 56

Best Answer

numbers = 77:-2:56;