필터 지우기
필터 지우기

find the gradient by using laplacian

조회 수: 1 (최근 30일)
Chris Loizou
Chris Loizou 2015년 11월 2일
댓글: Star Strider 2015년 11월 2일
hello all, i have a graph that i wanted to calculate the steepest slope on each descending part of the curve. I did it. But i want to confirm that for sure that is the point with the biggest slope. so i want to use the laplacian mode. can anyone help me how im gonna do that?
  댓글 수: 1
Image Analyst
Image Analyst 2015년 11월 2일
It looks like you're already finding the slopes. So just find them all in a for loop and keep track of which is the biggest.

댓글을 달려면 로그인하십시오.

답변 (2개)

Star Strider
Star Strider 2015년 11월 2일
I would use the gradient function, if you haven’t already.
  댓글 수: 1
Star Strider
Star Strider 2015년 11월 2일
See if the del2 function will do what you want.

댓글을 달려면 로그인하십시오.


Chris Loizou
Chris Loizou 2015년 11월 2일
i already did that. i need to use the lapacian in order to confirm that.

카테고리

Help CenterFile Exchange에서 Networks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by