Question: 1 . Create a string array corresponding to your name, and name it my _ name. 2 . Compare the results when you use both

1. Create a string array corresponding to your name, and name it
my_name.
2. Compare the results when you use both length and strlength on
your my_name array.
3. Create a string array containing a column of at least five first names,
and name it some_students. The result will be a column vector of
first names.
4. Use the size function to determine the dimensions of the resulting
some_students array.
5. Create a string array called last_names containing a column of last
names to match the first names in some_students.

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 Programming Questions!