How do you compare two matrices?
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    David van Nederpelt
 el 31 de Mayo de 2018
  
    
    
    
    
    Comentada: David van Nederpelt
 el 31 de Mayo de 2018
            Hi,
I have two 3D matrices of ones (and zeros) of a (filled) cone like shape. The matrices are the same size, but the cone sizes differ. I want to "subtract" the smaller of the two matrices from the other matrix element by element. resulting in a third matrix of the "leftover" ones (and zeros). A-B = C doesn't seem to work. Does anybody have an idea on how two do that?
2 comentarios
  KSSV
      
      
 el 31 de Mayo de 2018
				Two matrices should be same to subtract. Get them to same size. As your matrices are filled with 0 and 1.
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

