Write a MATLAB script that prompts the user to input the following array by providing an example in the prompt: [2 4;6 3;5 9]. Check if the user has input the array properly. If the information entered by the user is correct, display a statement to the Command Window informing the user they have entered the array correctly. If the user has not entered the array correctly, display a statement to the Command Window notifying the user that they have not entered the array correctly.