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.
First non-zero element in each column
463 Solvers
197 Solvers
243 Solvers
Matlab Basics - Absolute Value
272 Solvers
Matlab Basics - y as a function of x
241 Solvers