Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

What format should bwboundaries take?

1 Ansicht (letzte 30 Tage)
DM
DM am 10 Jul. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I have a big array of 80 by 80 0s and 1s. I am trying to feed this into bwboundaries but I am getting various errors, including 'Operands to the and && operators must be convertible to logical scalar values.' What do I need to do to solve this?
  1 Kommentar
Image Analyst
Image Analyst am 11 Jul. 2015
What you need to do to solve this is to upload your image so I can figure it out for you.

Antworten (1)

Walter Roberson
Walter Roberson am 11 Jul. 2015
Your array does not contain only 0 and 1. Your array probably contains NaN or objects as well.
  2 Kommentare
DM
DM am 11 Jul. 2015
I've looked through my array and it does only contain 0s and 1s.
Walter Roberson
Walter Roberson am 11 Jul. 2015
We need to see your code.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by