photo

TY


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • First Review

배지 보기

Feeds

보기 기준

질문


Can anyone explain the following code? (Shape recognition)
Hi all, I found an algorithm to segment different regular shapes on the File Exchange at <https://www.mathworks.com/matlabcentra...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Connect pixels to form the boundary of an object
Hi, I want to connect disjoint pixels to form the boundary of the object. What are the necessary commands/procedures to do so...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How to convert the following program to vector operation (not using for loop)
function y= natural_log(x,n) if (abs(x)>=1)||(n<=0) disp ('Error') else if ((abs(x)<1)&&(n>0)) y=x; ...

9년 초과 전 | 답변 수: 1 | 0

1

답변