Q-3) Write the MATLAB code that will output the following matrix display on the screen in a single line.
able[[1,1,1,0,0],[1,1,1,0,0],[1,1,1,0,0],[0,0,0,5,5],[0,0,0,5,5]]
@-3)Write the MATLAB code that will output the following matrix display on the screen in a single line. 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 5 9 0 5