Create Line Plot From Matrix Copy Code Copy Command Define Y as the 4-by-4 matrix returned by the magic function. Get Y = magic(4) Y = 4×4 16 2 3 13 5 11 10 8 9 7 6 12 4 14 15 1 Create a 2-D line plot of Y. MATLAB® plots each matrix column as a separate ...