Produce the following matrix
x = [2 3 4]
y_correct = [1 1/2 1/3; 2 1 1/4; 3 4 1];
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers85
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1993 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2543 Solvers
-
Create a vector whose elements depend on the previous element
790 Solvers
-
2252 Solvers
-
189 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
It needs more test cases. It is not clear what the output should be for all possible x.