MATLAB: How to assign value at the particular location of a 2-D array? replace the values of (u,v) 2-D array at (u1,v1) positions with 20

arrayMATLABmatrix manipulation

Thanks

Best Answer

array_name(u1,v1) =20