Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create three cell array variables that store people's names, verbs, and nouns. For example, names 'Harry 'Xavier', 'Sue'); verbs likes', 'eats', makes'); nouns -('baseballs 'rocks',
Create three cell array variables that store people's names, verbs, and nouns. For example, names 'Harry 'Xavier', 'Sue'); verbs likes', 'eats', makes'); nouns -('baseballs 'rocks', sushi'; Write a script that will initialize these cell arrays in the variables "names", "verbs", and "nouns" and will create a sentence (stored in the ariable "sentence") using one random element from each cell array (e.g. "Xavier eats baseballs"). Every element must be a single word. For example, "fish" is a valid element of the nouns list but "fried clams" is not. Your Script ResetE MATLAB Documentation 1 initialize the three cell arrays 2 names - 3 verbs 4 nouns 5 % create a sentence using a random element from each list above 7 sentence
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started