Database package: Difference between revisions

Jump to navigation Jump to search
Line 82: Line 82:
Convert to a format which can be plotted/graphed on an x,y axis:
Convert to a format which can be plotted/graphed on an x,y axis:
  p = cell2mat (N.data)
  p = cell2mat (N.data)
 
Graph:
Graph:
  plot (p(:, 2), p(:, 1))
  plot (p(:, 2), p(:, 1))
14

edits

Navigation menu