Skip to content

Commit f546f20

Browse files
committed
Initial commit.
0 parents  commit f546f20

File tree

5 files changed

+660
-0
lines changed

5 files changed

+660
-0
lines changed

Examples.mlx

101 KB
Binary file not shown.

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# eventStackChart
2+
3+
Version: 1.0
4+
5+
eventStackChart visualizes the duration of events by time-of-day or
6+
time-of-year.
7+
8+
How to use:
9+
```
10+
eventStackChart(startTimes, endTimes)
11+
eventStackChart(startTimes, durations)
12+
eventStackChart(___, timePeriod)
13+
eventStackChart(___, eventNames)
14+
eventStackChart(___, Name, Value)
15+
eventStackChart(Parent,___)
16+
E = eventStackChart(___)
17+
```
18+
19+
call `help eventStackChart` for more information.
20+

SECURITY.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reporting Security Vulnerabilities
2+
3+
If you believe you have discovered a security vulnerability, please report it to
4+
[security@mathworks.com](mailto:security@mathworks.com). Please see
5+
[MathWorks Vulnerability Disclosure Policy for Security Researchers](https://www.mathworks.com/company/aboutus/policies_statements/vulnerability-disclosure-policy.html)
6+
for additional information.

0 commit comments

Comments
 (0)