MATLAB: Construct a matrix, s6, by subtracting 6 from every 5 elements of s starting from 20th element.

matrix

if i have matrix s=[0:100], how can I Construct a matrix, s6, by subtracting 6 from every 5 elements of s starting from 20th element. ?????