Q1. In MATLAB, what will be the outcome after executing the command: plot([2:2:6])? A figure is generated that plots a line that passes through three points with coordinates: (1,2), (2.4), and (3,6). A figure is generated that plots a line that passes through three points with coordinates: (2.2) (4.4), and (6.6). MATLAB shows an error message. A figure is generated that plots three points with coordinates: (1.2). (2,4), and (3.6). A figure is generated that plots three points with coordinates: (2,2).(4.4). and (6.6).