photo

Nils Speetzen


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

4 years ago | 0

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

5 years ago | 0