Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 872 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 872 Bytes

eventStackChart

View Event Stack Chart on File Exchange Open in MATLAB Online

Version: 1.0

eventStackChart visualizes the duration of events by time-of-day or time-of-year.

Example eventStackChart

How to use:

eventStackChart(startTimes, endTimes)
eventStackChart(startTimes, durations)
eventStackChart(___, timePeriod)
eventStackChart(___, eventNames)
eventStackChart(___, Name, Value) 
eventStackChart(Parent,___) 
E = eventStackChart(___)

call help eventStackChart for more information.