Does anyone know how to code in matlab help me with this problem
Question One: Perform the following to the matrix 3412 5202 ï1 ï3 3 2 09ï22 Save each output in a variable named the same as its branch a. Extract first row (đ) b. Extract last column (đ) c. Multiply row vector đ with row column đ d. Change row column đ to be a row vector e. Find the sum of all elements of đ f. Find the identity matrix using the inverse matrix property đŽ â đŽâ1 = đŒ g. Find the number of rows and columns of đ [đ, đ] h. Check if this matrix has more âve or +ve elements, print âPositiveâ if +ve elements are more than âve ones, print âNegativeâ otherwise. (consider 0 a +ve element) i. Replace âve elements with zeros and show the new matrix đ j. Generate the following matrix by using concatenation property on matrix đ 3434 đœ=5252 ï1 ï3 ï1 ï3 0909