So let's say i have a 100x100 matrix full of zeros called 'init' and i want to change the zeros to a one at (5,8) and (7,3) and i have that in a matrix as pts=[5,8;7,3]. Is there a simple way to change the points? It definately seems like there should be and there probably is but i just dont...