필터 지우기
필터 지우기

Gradient Computation of Matrix

조회 수: 25 (최근 30일)
Mark Wood
Mark Wood 2021년 6월 3일
답변: Sulaymon Eshkabilov 2021년 6월 3일
Given a Matrix for example:
I need two Compuation Matrix such that
Gx =
Gy =
I am trying using gradient but not getting the exact results.
I also need to calculate the Magnitude of Gx and Gy such that my final matrix results as:
Resultant Matrix :
Also need to caluclate the Angle of Gx and Gy (arctan(Gy/Gx)) degree.
All element values should be rounded off in all the matrix.
I need a general code which do not depend(size of input matrix) on matrix rows and coloumns of the given input matrix.
Please help with MATLAB Code.

답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021년 6월 3일
[Gx, Gy] = gradient(G)
And dont forget elementwise operation: ./

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by