Matlab Bingo Game card
조회 수: 5 (최근 30일)
이전 댓글 표시
How to create a bingo card in matlab?
need Code...

댓글 수: 3
Image Analyst
2019년 11월 27일
Nice, Karanpreet, but why not put your answer below in the official "Answers" section so you can get credit for it if he "Accepts" your answer?
채택된 답변
Steven Lord
2019년 11월 27일
randperm accepts a scalar (just one number) as its first input.
You could generate a set of random numbers from 1 to 15 and use those to select from a vector of allowed values for each letter using indexing. Another approach would be to figure out how to map numbers from 1 to 15 into the set of allowed values for a letter (61 to 75 for O, as one example.)
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!