Question
This is MATLAB Create three cell array variables that store people's names, verbs, and nouns. For example, names = {'Harry', 'Xavier', 'Sue'}; verbs = {'likes',
This is MATLAB
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 variable "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.
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