Plotting in Matlab - Bilkent University

plot(x,y); plot(x,y) causes Matlab to open a Figure Window and display the plot in that window: ... (for figures containing more than one plot) can be added to a plot using title, xlabel, ylabel, and legend commands. The command grid on/off can be used to turn on/off the grid lines. ... command to plot multiple plots separately on a . m x n ... ................
................