Question: Using MathLab CHALLENGE ACTIVITY 7.1.1: Returning an array element in an array of strings This tool is provided by a third party. Though your activity

Using MathLab
CHALLENGE ACTIVITY 7.1.1: Returning an array element in an array of strings This tool is provided by a third party. Though your activity may be recorded, a page refresh may be needed to fill the banner Returning an array element in an array of strings The string array classRoster is a row array of string scalars with the student names. The array entry corresponds to the seat number of the student. Write a function that returns the name of the student in the seat given the string array classRoster and the seat number. Ex classRoster-["3i11 Applegate" "John Monroe""Cristian Phillips"]; studentName - StudentLookup (classRoster, 2) returns studentName John Monroe" Your Function Save C Reset MATLAB Documentation 1 function studentName - StudentLookup (classRoster, seatPosition) 2studentNameFIXME 3 end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
