photo

Nils Speetzen


Last seen: más de 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Remove zeros from a 3D array
Hi, I assume you want to remove rows/planes containing only zeros. To find these, you can use all(A==0, [1 3]) This searches ...

más de 4 años hace | 0

Respondida
How to show a gray scale image with its contour in one figure?
Hi, you should be able to achieve your goal using imfuse like this: finalimage = imfuse(grayscaleimage, contour, 'blend'); im...

alrededor de 5 años hace | 0