필터 지우기
필터 지우기

founding and extracting critical point of increasing graph.

조회 수: 2 (최근 30일)
Daniel Vainshtein
Daniel Vainshtein 2019년 6월 12일
댓글: Shayan Sepahvand 2019년 6월 12일
Hey, I have 2 vectors, one for voltage called V and one for the current called I,
the voltage I recieving from the graph is need theoraticlly be on the zero till the critic point when it start increasing, but in fact the voltage is near zero doing small flactuations so using find() function would not help this time to extract the critic point of increasing from zero
for example:
Critic current in H=0.013 T.jpg
in this graph we see that the critic point is somwhere around I_c ~~ 2 A
but i want some script code that can help me extract the most close value of the critical current, with a good criterion
thanks.
  댓글 수: 2
Alex Mcaulley
Alex Mcaulley 2019년 6월 12일
Probably you need a combination of smooth function and diff function
Shayan Sepahvand
Shayan Sepahvand 2019년 6월 12일
Cause your graph look likes a 2nd order polynomial, i think smooth(y,'lowess') and next trying to find the crossing point with a significantly small point (e.g. 1e-4) will solve the problem.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by