Problem 45336. chess position
given the position of a chess piece in algebric notation, convert it into 8 by 8 matrix format. For example,
- 'Qd5' >> [3,4]
Nb. invalid ones should be represented by nan.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers14
Suggested Problems
-
5929 Solvers
-
Replace NaNs with the number that appears to its left in the row.
3046 Solvers
-
Compute a dot product of two vectors x and y
1028 Solvers
-
17028 Solvers
-
166 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!