Question: Most programming languages do not support operations on arrays like MATLAB does Write a MATLAB program that will implement the equivalent of time by element


Most programming languages do not support operations on arrays like MATLAB does Write a MATLAB program that will implement the equivalent of time by element multiply operation for ID row atrays using Heration and scolar operations. Your programi should so calculate the surmation of the ring a loop and assign the result toot. This will be the program to tutat de portet to C Or JAVA In other words, the program should multiply the corresponding dements of two 10 now ways and produce a row array of the same long but performed using teration and scal operation instead of an element by element operation Test the program for the following two test cases - 15 andy11 (5, 4, and y Add innerorhandling to the programmensure that the rays are the same tigh If the attays aterohem the operation should not be performed and instead a maging the lengths are incompatible played Test the program for the original test cases plus case that check the line error handling I For MATLAB grader, we were randoms vector andy Script e Reset 1 Generate random test vector x and y of length n 2n = randi (1 71) xerandi (o 91.1,n) 4 y-randice 9),1,n) 5 Handling errorsuse length function to check if your vector is of the same length if (1) Xreplace the "1" with your own condition to check if the two vector is of the same length, use the length function to check Create a result array z that is filled with e of the same length of zezeros(1.n); 10 11 initialize total total : 13 14 11 x do the calculation using a loop (for or while loop) 16 1 else 19 disp("Vector x and y must be the same length 30 end Assessment: > Is z correct? (Pretest) Is a loop (while or for loop) used to calculate the result? No element-by-element operation. No sum function. > is total correct? (Pretest) Is length function used to check if the two vector are of the same length? Most programming languages do not support operations on arrays like MATLAB does Write a MATLAB program that will implement the equivalent of time by element multiply operation for ID row atrays using Heration and scolar operations. Your programi should so calculate the surmation of the ring a loop and assign the result toot. This will be the program to tutat de portet to C Or JAVA In other words, the program should multiply the corresponding dements of two 10 now ways and produce a row array of the same long but performed using teration and scal operation instead of an element by element operation Test the program for the following two test cases - 15 andy11 (5, 4, and y Add innerorhandling to the programmensure that the rays are the same tigh If the attays aterohem the operation should not be performed and instead a maging the lengths are incompatible played Test the program for the original test cases plus case that check the line error handling I For MATLAB grader, we were randoms vector andy Script e Reset 1 Generate random test vector x and y of length n 2n = randi (1 71) xerandi (o 91.1,n) 4 y-randice 9),1,n) 5 Handling errorsuse length function to check if your vector is of the same length if (1) Xreplace the "1" with your own condition to check if the two vector is of the same length, use the length function to check Create a result array z that is filled with e of the same length of zezeros(1.n); 10 11 initialize total total : 13 14 11 x do the calculation using a loop (for or while loop) 16 1 else 19 disp("Vector x and y must be the same length 30 end Assessment: > Is z correct? (Pretest) Is a loop (while or for loop) used to calculate the result? No element-by-element operation. No sum function. > is total correct? (Pretest) Is length function used to check if the two vector are of the same length
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
