7. In Matlab, please write down how one can assign the values of 8 and 10 to the variables r and s, respectively, and th
Posted: Fri Jul 01, 2022 5:33 am
7. In Matlab, please write down how one can assign the values of 8 and 10 to the variables r and s, respectively, and then write down a Matlab program to calculate the value of x where x = 3*r -8*s . (3) 8. In Matlab, how will one define the following three variables length, Length and LENGTH equal to 2.5, 7.0, and 9.5, respectively? Are these three variables identical? Please explain your answer.