Matlab script that randomly selects a card from a deck of 52

I need to write a program using Matlab that randomly selects a single card(from a full deck 52 cards) and print the result out, i.e. ace-spades, 5-hearts, king-diamonds,etc. Thank you in advance

Antworten (2)

bio lim
bio lim am 2 Dez. 2016

0 Stimmen

What have you done so far?
What you can do is first you define a cell array that contains each card of the deck. Then you can use randi to generate a random index into your cell array. Then, you can use print out the the card that belongs to the index.

Kategorien

Mehr zu Card games finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 2 Dez. 2016

Beantwortet:

am 2 Dez. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by