Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Matlab problem I finished problem D. I am working on problem E, but error occurs. I wanna get table like below table. How to input

Matlab problem image text in transcribed
image text in transcribed
I finished problem D. I am working on problem E, but error occurs. I wanna get table like below table. How to input my column variable Student_No, test1,test2,test3,and final percentage
image text in transcribed
4.2 Load the file thermo scores.dat provided by your instructor, or enter the matrix below and name it thermo_scores. (Enter only the numbers.) (a) Extract the scores and student number for student 5 into a row vector named student 5 (b) Extract the scores for Test 1 into a column vector named test 1 (c) Find the standard deviation and variance for each test. (d) Assuming that each test was worth 100 points, find each student's final total score and final percentage. (Be careful not to add in the student number) (e) Create a table that includes the final percentages and the scores from the original table. Student No. Test 1 Test 2 Test 3 68 83 61 70 75 82 57 92 93 91 92 96 90 89 89 97 94 87 85 45 87 97 95 89 2 4 65 69 62 52 76 85 62 10 12 13 96 78 76 68 72 75 83 93 56 65 15 16 17 18 19 20 76 65 92 problem 4.2 load therno_scores.dat student_5 thermo scores (5,: test 1 thermo_scores(,2 Test 1-thermo_scores(:,2) Test 2 thermo_scores(:,3) Test 3-thermo_scores(:,4) std( [Test 1, Test 2, Test 31) var([Test 1,Test 2,Test 3]) Total (Test 1+Test 2+Test 3)/300 Final percentage (Test 1+Test 2+Test 3)(188/300) table [thermo scores, Final percentage] Tetable ( thermo scores, Final-percentage, variableNames { Student-No Test 1' Test 2' Test 3 ' Final percentage )) echo off 37367733371777273777 99048 77757 95601 77789 2 54, 7 6 8 7 59224, 5 6 5 3 6 5 7 80 5666666653 56 76669 3105275652168682533 123456789 1 3 567890

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

Students also viewed these Databases questions

Question

Does it exceed two pages in length?

Answered: 1 week ago