Info

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

problem regarding matrix analysis

조회 수: 3 (최근 30일)
Rao
Rao 2012년 8월 9일
마감: MATLAB Answer Bot 2021년 8월 20일
i want to write a code that will work as :
-> i have a matrix (normally 512*512) with any random values.
-> a threshold value.
-> i want to start a loop so it will check all the values . if a value is greater than the threshold value it will leave it without any change.
-> but if a value of a particular matrix entry is less than the threshold value than it will check the neighbouring entries of that entry and add it in the entry which has the greatest value and place a null value in the original entry.
please help me writing this code i dont have any idea how to find the greatest neighbouring entry
:S

답변 (0개)

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

Community Treasure Hunt

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

Start Hunting!

Translated by