Write a function that when given an odd number, produces an arrow-head function pointing to the right.
Examples
n = 3
output
[1 0
0 1
1 0]
n = 5
output
[ 1 0 0
0 1 0
0 0 1
0 1 0
1 0 0]
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers135
Suggested Problems
-
Count from 0 to N^M in base N.
240 Solvers
-
Convert a vector into a number
615 Solvers
-
372 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 Solvers
-
Count decimal digits of a number
236 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!