I need a matlab code to answer the questions below
ICE09B Make an Array Develop a MATLAB code which will produce an array that looks like the following: 4 10 1. You must start with a blank array and build the array with a DNFL. You can NOT just load the array with an assignment statement. Hint: Use “addition” for your variables Square all values in the array 2. Blackboard will ask you for a screenshot of your properly working code and your “m” file. ICE09C: Make an Vector Develop a MATLAB code using a for-end loop to produce a vector that stores values for y(x) using the following equation. Be sure that the ONLY values you show are the 16 values of y” in the Command Window Use x = 1 : 16 y-200.1x22x1) Blackboard will ask you for a screenshot of your properly working code and your “m” file. Show transcribed image text ICE09B Make an Array Develop a MATLAB code which will produce an array that looks like the following: 4 10 1. You must start with a blank array and build the array with a DNFL. You can NOT just load the array with an assignment statement. Hint: Use “addition” for your variables Square all values in the array 2. Blackboard will ask you for a screenshot of your properly working code and your “m” file. ICE09C: Make an Vector Develop a MATLAB code using a for-end loop to produce a vector that stores values for y(x) using the following equation. Be sure that the ONLY values you show are the 16 values of y” in the Command Window Use x = 1 : 16 y-200.1x22x1) Blackboard will ask you for a screenshot of your properly working code and your “m” file.
Expert Answer
Answer to ICE09B Make an Array Develop a MATLAB code which will produce an array that looks like the following: 4 10 1. You must s…