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 个评论

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.

请先登录,再进行评论。

回答(1 个)

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

1 个评论

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?

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Logical 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by