photo

Nils Speetzen


Last seen: mer än 3 år 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 ...

mer än 4 år 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...

ungefär 5 år ago | 0