Problem:
Question 1- Write a script to accept a matrix of any size entered from the keyboard and then replace all the elements of the matrix that are less than or equal to 3 with 0. MATLAB
Question 2- Write a program called P4.c that creates an original Square Matrix containing integers and then creates a new one with the values of the original reversed.
Show the code, demonstrate it works properly and describe what it is doing.