plotColumns.m: plots columns in matrix as time series

Plots matrix columns w/options
1.3K Downloads
Updated 16 Mar 2009

No License

[h,varargout]=plotColumns(data,varargin)
plots columns of a matrix as if each column is a time series

USAGE:
plotColumns(data);
[h] = plotColumns(t,data);
[h] = plotColumns(t,data,{colors});
[h] = plotColumns(t,data,'plotopt');
[h] = plotColumns(...,'plotopt');
[h] = plotColumns(...,{colors});

Cite As

Joshua Carmichael (2024). plotColumns.m: plots columns in matrix as time series (https://www.mathworks.com/matlabcentral/fileexchange/23310-plotcolumns-m-plots-columns-in-matrix-as-time-series), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0