Interactive MATLAB plot. Plot data versus indices.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
iPlot plots 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. All matrices must have equal size. One exception is allowed: if an input matrix other than Y is a vector, then the vector is replicated to match the number of columns in Y.
iPlot functionalities are triggered by pressing keys (see keyboard legend). 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]
Cite As
Daniele Mascali (2026). iPlot (https://github.com/dmascali/iPlot/releases/tag/1.2), GitHub. Retrieved .
General Information
- Version 1.2 (5.53 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with R2012a and later releases
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.2 | See release notes for this release on GitHub: https://github.com/dmascali/iPlot/releases/tag/1.2
|
||
| 1.1 | See release notes for this release on GitHub: https://github.com/dmascali/iPlot/releases/tag/1.1
|
||
| 1.0 |
