Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Find Average of elements having less difference among each other

조회 수: 1 (최근 30일)
Tahir Mahmood
Tahir Mahmood 2019년 4월 5일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi, Lets say, A=[20,10,22,10,12]. I want to calculate the difference among each element in the A. If the difference is less than 5 or 0, then average all that elements. So for this case, the result will be.
(20+22)/2 and (10+10+12)/3
Result=[21,10]. How to do it?

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by