Playing Cards Toolbox 1.0

版本 1.0.0.0 (41.0 KB) 作者: Rasmus Anthin
Contains a card class for simple usage. Supports matrices of cards. 37 object methods.
3.9K 次下载
更新时间 2005/7/5

无许可证

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!

引用格式

Rasmus Anthin (2024). Playing Cards Toolbox 1.0 (https://www.mathworks.com/matlabcentral/fileexchange/7963-playing-cards-toolbox-1-0), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R10
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Card games 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0