iteration of N blank spot
we have N spot which can be blank o filled
calculate the number of iteration for these spots.
e.g. N=2
1- blank blank
2- bl...
8 years 前
已解决
Prime number removal
remove all prime numbers from the input
e.g.
input =
1 2 3 4 5 6 7 8 9 10 11 12 ...
8 years 前
已解决
Fast 1-D Convolution (full shape)
This is the first problem in the <http://www.mathworks.com/matlabcentral/cody/?term=Fast+1-D+Convolution fast 1-D convolution se...
8 years 前
已解决
the "power matrix" of two vetcors
Given two row vectors x,y of lengths m and n (resp.), create an m x n matrix whose i,j entry is x(i)^y(j).