Question: 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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!