Community Profile

photo

TY


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Review

View badges

Feeds

View by

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer