Community Profile

photo

Abdelhamid AHAJJAM


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Is there a way to vectorize the definition of this matrix ?
I am defining the matrix z this way : z=zeros(n,m); for i=1:n for j=1:m z(i,j)= i==y(j); end end where...

4 years ago | 1 answer | 0

1

answer

Question


How can I fit a curve to this plot ?
I want to fit a curve to the plot below. I tried smoothingspline and it didn't work. <</matlabcentral/answers/uploaded_files...

5 years ago | 1 answer | 0

1

answer

Question


How do I find boundaries of scattered pixels in an image
I have this image and I want to set boundaries over the scattered pattern/pixels. I tried bwboundaries but it only gives the con...

5 years ago | 1 answer | 0

1

answer