Given two 3-element vectors x1 and x2, create a 3 x 3 x 3 matrix Y where (:,:,1) has all values of x1 * x2, (:,:,2) has all values of x1 * x2^3, and (:,:,3) has values of x1^2 * x2/5.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers49
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2812 Solvers
-
Solve the set of simultaneous linear equations
492 Solvers
-
Flip the main diagonal of a matrix
901 Solvers
-
530 Solvers
-
7479 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Test suite needs to pass x1 and x2 to the function.
This problem has been edited and is now solvable.