• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/29

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

29 Cards in this Set

  • Front
  • Back

colormap options

autumn; bone; colorcube; copper; flag; hot;




hsv; pink; prism; spring; summer; white;




winter

axis

freezes current axis scaling for subsequent plots or specifies the axis dimensions

axis equal

forces same scale spacing for each axis

bar

generates bar graph

bar3




barh




bar3h

generates 3-D bar graph;




generates a horizontal bar graph;




generates a horizontal 3-D bar graph

clabel

adds labels to contour plot

clf

clear figure

colormap

color scheme used in surface plots

contour

generates contour map of 3-D surface

fplot

creates an x-y plot based on a function

grid




grid off




grid on

adds grid to current plot;




turns grid off;




adds grid to current & all subsequent graphs in current figure

hist

generates a histogram

histc

allows definition of unequal sized bins & counts number of data points in each

hold off




hold on

instructs Matlab to erase figure contents before adding new information;




instructs Matlab NOT to erase figure contents before adding new information;

legend

adds legend to graph

loglog

generates x-y plot with both axes scaled logarithmically

mesh




meshgrid

generates mesh plot of a surface;




places each of 2 vectors into separate 2-D matrices, the size of which is determined by source vectors

pause

pauses execution of program until any key is hit

pcolor

creates pseudo color plot similar to contour map

peaks

creates a sample matrix used to demonstrate graphing functions

pie




pie3

generates a pie chart;




generates a 3-D pie chart

plot




plot3




plotyy

creates an x-y plot;




creates a 3-D line plot;




creates a plot with two y-axes

polar

creates a polar plots

semilogx




semilogy

generates x-y plot with the x-axis scaled logarithmically;




generates x-y plot with the y-axis scaled logarithmically

shading flat




shading inte:

shades a surface plot with one color per grid section




shades a surface plot by interpolation

sphere

sample function used to demonstrate graphing

subplot

divides graphics window into sections available for plotting

surf

generates a surface plot

surfc

generates a combination surface and contour plot