CHALLENGE ACTIVITY 7.1.1: 2D arrays: Stock trends. This tool is provided by a third party. Though your activity may be recorded, a page refresh may be needed to fill the banner. 371902.2070904.qx3zqy7 2D arrays: Stock trends Create a 2D array stockTrends that captures the following table. Each row represents a company's stock price, and each column represents the opening and closing price for a given day. 112.54 114.5 100.31 98.72 88.42 86.01 Function Save Reset 1 function stockTrends = Create2DArray ( ) 2 stockTrends = 0; % FIXME 3 end 4 Code to call your function 2 0/2 MATLAB Documentation