No BSD License
-
[c,I]=rcard(m,n)
RCARD Uniformly distributed random cards.
-
[h,L]=slot(siz,x,y,color)
-
[oarg,varargout]=cardplot(var...
CARDPLOT Plot playing cards for card games.
-
c=cards(m,n)
-
d=deck
-
table(dim,color,h)
TABLE Creates a card playing table.
-
y=iscard(x)
ISCARD True for card objects.
-
card(varargin)
CARD Construct card object.
-
contents.m
-
solitaire.m
-
View all files
Playing Cards Toolbox 1.0
by Rasmus Anthin
02 Jul 2005
(Updated 05 Jul 2005)
Contains a card class for simple usage. Supports matrices of cards. 37 object methods.
|
Watch this File
|
| File Information |
| Description |
Easier to tell what this is by showing the contents file:
%%%%%%%%%%%%%%%%%%
Playing Cards Toolbox.
Version 1.0 17-Jun-2005
What's new.
readme_card.txt - New features, bug fixes, and changes in this version.
Miscellaneous.
cardplot - Plots cards (non-object).
solitaire - A solitaire game template of sorts.
Card creation.
card - Card object constructor.
cards - Card matrix.
deck - 13x4 Standard card deck.
rcard - Random card matrix.
Card tests.
iscard - True for card objects.
isjoker - True for joker cards.
isup - True for face up cards.
isvisible - True for visible cards.
Relational operators.
eq - Equal values. ==
ne - Not equal values. ~=
lt - Less than for values. <
gt - Greater than for values. >
le - Less than or equal for values. <=
ge - Greater than or equal for values. >=
Concatenation.
horzcat - Horizontal concatenation. [,]
vertcat - Vertical concatenation. [;]
Card operations.
change - Change value and suit.
ctranspose - Flip card. '
facedn - Turn card face down.
faceup - Turn card face up.
flip - Flip card.
hide - Hide card.
joker - Change to joker cards.
show - Show card.
suit - Set or show suit.
value - Set or show value.
Card arithmetics.
sum - Sum or "weighted" sum of values.
weight - Weighting card values.
Card plotting and display.
table - Creates a card table.
delete - Deletes plotted card objects from table.
deselect - Pick a card with the mouse.
disp - Display card objects.
display - Standard output for card objects.
plot - Plots cards on a table.
select - Put down picked card.
slot - Card stacking slot.
Card layout.
csize - Size of card.
cwidth - Width of card.
layer - Set or show card layer.
layout - A layout manager.
position - Set or show card position.
snap - Snap cards to grid.
%%%%%%%%%%%%%%%%%%%%%%
The toolbox contain several examples in order to quickly get started.
The plot function uses the CARDPLOT utility.
Note: Refer to CARD/DISP for how to change the display format for cards on the std output.
Enjoy! |
| MATLAB release |
MATLAB 5.2 (R10)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com