plotColumns.m: plots columns in matrix as time series

Plots matrix columns w/options

You are now following this Submission

[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 (2026). 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 .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0