Not sure what you actually want to achieve in general and what you mean indicator functions but maybe the following might help
N=2
for i=0:2^N-1
@show digits(i,base=2,pad=N)
end
Not sure what you actually want to achieve in general and what you mean indicator functions but maybe the following might help
N=2
for i=0:2^N-1
@show digits(i,base=2,pad=N)
end