We also have arithmetic with begin
and end
. For example,
x[begin+3:end, begin+1:end] .= x[begin:end-3, begin:end-1]
should do the same thing.
We also have arithmetic with begin
and end
. For example,
x[begin+3:end, begin+1:end] .= x[begin:end-3, begin:end-1]
should do the same thing.