ENGR Comp Using MATLab Section 01 Spring Semester 2021 CO Use the following data to create a table with student name, gender, and the results of test 1,2, &3: LastName=...


ENGR Comp Using MATLab Section 01 Spring Semester 2021 CO<br>Use the following data to create a table with student name,<br>gender, and the results of test 1,2, &3:<br>LastName=<br>{'Howard';'Ward';'Torres';'Peterson';'Gary';'Ramirez';'James';'Wat<br>son';'Brooks';'Kelly'};<br>Gender=<br>{'male';'male';'male';'female';'female';'female';'male';'female';'fem<br>ale';'male'};<br>Test1=[90;87;86;75;89;96;78;91;86;79];<br>Test2=[87;85;85;80;86;92;75;94;83;76];<br>Test3=[93;83;88;72;87;98;77;92;85;82];<br>after creating the table, average the test values for each student<br>and add that as an additional column to the table. Then callout<br>the data for one of the students and print it.<br>

Extracted text: ENGR Comp Using MATLab Section 01 Spring Semester 2021 CO Use the following data to create a table with student name, gender, and the results of test 1,2, &3: LastName= {'Howard';'Ward';'Torres';'Peterson';'Gary';'Ramirez';'James';'Wat son';'Brooks';'Kelly'}; Gender= {'male';'male';'male';'female';'female';'female';'male';'female';'fem ale';'male'}; Test1=[90;87;86;75;89;96;78;91;86;79]; Test2=[87;85;85;80;86;92;75;94;83;76]; Test3=[93;83;88;72;87;98;77;92;85;82]; after creating the table, average the test values for each student and add that as an additional column to the table. Then callout the data for one of the students and print it.

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here