MATLAB Question:
Download Job Interview Questions and Answers PDF
What are the Basic Plots and Graphs of MATLAB?
Answer:
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
► 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
Download MATLAB Interview Questions And Answers
PDF
Previous Question | Next Question |
What are 3D visualization elements in MATLAB? | Do you know how to Pre Allocate a Non Double matrix? |