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 commentsGroup

Chess
- 18 Problems
- 4 Finishers
- Count the peaceful queens
- Valid Chess Moves
- The Dark Knight
- Knight's Watch
- N-Queens Checker
- Knight's Tour Checker
- Eight Queens Solution Checker
- Queen's move
- Queen's move - 02
- Checkmate
- Checkmate-02
- Can the knight take out the pawn?
- Castling-01
- Castling-02
- Castling-03
- chess position
- En passant - 01
- King's Cage
Problem Recent Solvers14
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!