Playing Cards Toolbox 1.0

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 Center および MATLAB AnswersCard games についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0