Skip to content

Commit 2db6c39

Browse files
committed
Initial commit.
0 parents  commit 2db6c39

File tree

5 files changed

+540
-0
lines changed

5 files changed

+540
-0
lines changed

Examples.mlx

141 KB
Binary file not shown.

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# deltaplot
2+
3+
Version: 1.0
4+
5+
deltaplot creates multiple line segments, each showing the difference between
6+
pairs of values.
7+
8+
How to use:
9+
```
10+
deltaplot(X1, X2)
11+
deltaplot(X1, Y1, X2, Y2)
12+
deltaplot(___, names)
13+
deltaplot(___,Name,Value)
14+
deltaplot(Parent,___)
15+
D = deltaplot(___)
16+
```
17+
18+
call `help deltaplot` for more information.

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+
[[email protected]](mailto:[email protected]). 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)