Given two row vectors x,y of lengths m and n (respectively), create an m x n matrix whose i,j entry is x(i)^y(j).
what could be better than using bsxfun?
better is let matlab do this for you, an in new release there is no need to call bsxfun because it is calle implicitly
Amazing, < 1 hr after posting it I get this great answer. Thanks alot. Greetings from Mexico.
169 Solvers
265 Solvers
885 Solvers
205 Solvers
Deleting an element in a matrix
241 Solvers