In Activity 1.6 we introduced the concept of the Injury Severity Score (ISS). The ISS is a medical score to assess trauma severity and is cal- culated as follows. Each injury is assigned an Abbreviated Injury Scale (AIS) score in the range0] which is allocated to one of six body regions (head, face, chest, abdomen, extremities and external). Only the highest AlS soore in each body region is used. The three most severely injured body regions (ie. with the highest scores) have their AIS scores squared and added together to produce the ISS. Therefore, the value of the ISS is always between 0 and 75. Write a MATLAB script m-file to compute the ISS given an array of 6 AlS scores, which represent the most severe injuries to each of the six body regions. Test your code using the array 3 0 45 3 0, for which the ISS shoulkd be 50

Solved
Show answers

Ask an AI advisor a question