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).
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers70
Suggested Problems
-
Back to basics 11 - Max Integer
812 Solvers
-
Vectorize the digits of an Integer
338 Solvers
-
Generate N equally spaced intervals between -L and L
954 Solvers
-
18325 Solvers
-
Create a square matrix of zeros of even order
188 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
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