photo

TY


Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

  • First Review

Afficher les badges

Feeds

Afficher par

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

presque 8 ans il y a | 1 réponse | 0

1

réponse

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

presque 8 ans il y a | 1 réponse | 0

1

réponse

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

plus de 9 ans il y a | 1 réponse | 0

1

réponse