Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
abbysko committed Jul 13, 2021
0 parents commit 2db6c39
Show file tree
Hide file tree
Showing 5 changed files with 540 additions and 0 deletions.
Binary file added Examples.mlx
Binary file not shown.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# deltaplot

Version: 1.0

deltaplot creates multiple line segments, each showing the difference between
pairs of values.

How to use:
```
deltaplot(X1, X2)
deltaplot(X1, Y1, X2, Y2)
deltaplot(___, names)
deltaplot(___,Name,Value)
deltaplot(Parent,___)
D = deltaplot(___)
```

call `help deltaplot` for more information.
6 changes: 6 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Reporting Security Vulnerabilities

If you believe you have discovered a security vulnerability, please report it to
[[email protected]](mailto:[email protected]). Please see
[MathWorks Vulnerability Disclosure Policy for Security Researchers](https://www.mathworks.com/company/aboutus/policies_statements/vulnerability-disclosure-policy.html)
for additional information.
Loading

0 comments on commit 2db6c39

Please sign in to comment.