from
Chess with "Greedy Edi"
by Wolfgang Garn
Play chess against "Greedy Edi".
|
| setFiguresPosition |
setFiguresPosition
setFiguresPosition Set the position of a chess figure.
Contents
SyntaxsetFiguresPosition(handle,to) Description
The position of a given chess figure is set.
Inputs:
- handle ... handle to the chess figure
- to ... position in matrix notation
Outputs:
- Changes the chess figures position a specified
Example
Assume a figure with "handle" should be placed at [2 3]. The command setFiguresPosition(handle,[2 3]) manages that.
See also
show
Signature
|
|
Contact us at files@mathworks.com