Skip to content
/ iPlot Public

Interactive MATLAB plot. Plot data versus indices.

Notifications You must be signed in to change notification settings

dmascali/iPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

View iPlot on File Exchange

iPlot - Interactive Plot

iPlot is a MATLAB tool for plotting 1-D or 2-D matrices interactively. Data is plotted versus row indices.

  • iplot(X) plots the columns in X (or their spectral amplitude) interactively, one at a time. X can be a matrix or a vector.
  • iplot(X,Y,...) plots the columns in X,Y..., one above the other for easy comparison.

Functionality

iPlot functionalities are triggered by pressing keys (see keyboard legend below). Main functionalities include:

  • move forward or backward between the columns of the input matrix ["A" and "D" keys]
  • plots the spectral amplitude of the current column [ "F" key ]
  • various column ordering (sequential, std +, std -, random) ["R" key]

About

Interactive MATLAB plot. Plot data versus indices.

Topics

Resources

Stars

Watchers

Forks

Languages