how do you ask matlab for a random word from dictionary?
7 views (last 30 days)
Show older comments
randWord=randi(length(dictionary));
i tried using the code above and it gives me number instead of a word from the dictionary
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!