I'm trying to create a matrix in MATLAB.
The matrix goes from 255 to 0 from left to right as well as from top to bottom. That is, the top left corner is the only place the matrix has a value of 255, and the farthest right column as well as the very bottom row have values of 0.
I'm trying to do this without using any loops, any ideas?