Generating a Random Number from an array for a blackjack simulator-Matlab

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
Matt12
Messages
2
Reaction score
0
Generating a Random Number from an array for a blackjack simulator--Matlab

I have a homework problem where I have to generate a single hand of blackjack to a player and allow the player to hit or hold. I'm ahving trouble generating the random card.

My attempt:

x = [1,2,3,4,5,6,7,8,9,10,10,10,10,11]; %the possible random numbers
CardValue = randi(x,1) %this is the problem, I want to draw a random card from the array



Thanks for any help!
 
Physics news on Phys.org


Also, this is my first post so if I'm in the wrong category or need to tell more, let me know!