Name the Basic Plots and Graphs of MATLAB.

Name the Basic Plots and Graphs of MATLAB.



Following table describes basic plots and graphs.

box - Axis border
errorbar - Plots error bars along curve
hold - Retains current graph while adding new graphs
line - Creates line object
LineSpec (Line Specification) - Syntax of Line Specification String
loglog - Log to log scale plot
plot - 2-D line plot
plot3 - 3-D line plot
plotyy - 2-D line plots with y-axis on both left and right side
polar - Polar coordinate plot
semilogx - Semilogarithmic plot
semilogy - Semilogarithmic plot
subplot - Creates axis in tiled positions
xlim - Sets or queries x-axis limits
ylim - Sets or queries y-axis limits
zlim - Sets or queries z-axis limits
Post your comment