Lowest differential in data group

hi, i want ask about how to find out the lowest difference in data group? if highest difference in data group use peak2peak, how if the lowest one ? thanks for your attention

1 Comment

What according to your definition is the "lowest difference" in a = [ 1 5 6 17 ] ?
1 - 17 = -16
or
5 - 6 = -1
?
Best wishes
Torsten.

Sign in to comment.

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 18 Apr 2016
Apply the same function to -A (A is your matrix)

1 Comment

peak2peak(-a)?
Ex a = [ 1 5 6 17 ] If i want find out the highest difference is b=peak2peak(a) And then b = 16 How i want find out lowest difference?

Sign in to comment.

Categories

Find more on MATLAB in Help Center and File Exchange

Products

Asked:

on 18 Apr 2016

Commented:

on 18 Apr 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!