I'm trying to check for a NaN value in an array in if condition expression but the control is not entering inside if condition.
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Bhargav Boddupalli
 el 12 de Oct. de 2017
  
    
    
    
    
    Comentada: KSSV
      
      
 el 12 de Oct. de 2017
            For example :
A = [1 2 3 NaN 3 5]; if isnan(A) ~= 0 %... end
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

