MatLab Programming – Lesson 1 (a

a) Make your program have a function that is able to take matrix inputs and perform some math operations with them element-by-element. b) Now write a program that creates a data set matrix of real numbers with a size of 10000 X 4 where each element is between -100 and 100 in size. Here is a partial example: M =-98.1582 19.4765 -68.8456 3.9074 ................
................