Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 741 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 741 Bytes

deltaplot

View Delta Plot on File Exchange Open in MATLAB Online

Version: 1.0

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

Example deltaplot

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.