How can I fix the error:Subscript indices must either be real positive integers or logicals of the code given below
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    NAEEM JAN
 el 3 de Ag. de 2016
  
    
    
    
    
    Comentada: Azzi Abdelmalek
      
      
 el 3 de Ag. de 2016
            if i<=a && x<b
      Data_tx(i)=1+[(a-i)*x+(a+i+1)*(a-i)*r/2]/(i*r+x);
  elseif i<=a-1 && x<=r
      Data_tx(i)=1+[(a-i-1)*x+(a-i-1)*(a+i)*r/2]/(i*r+x);
  end
1 comentario
Respuesta aceptada
  Azzi Abdelmalek
      
      
 el 3 de Ag. de 2016
        Check your indices, In Matlab the indices should be positive integers, or logical
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Logical en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!