why doesnt it works
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
for i = 1 :1: N
    for j = 1 :1: N
        if u(i,j) < 1-a(i,j) && N<1- (u(i,j)/(1-a(i,j)))
            z= (1-a(i,j))*N
        end
    end
end
4 commentaires
Réponses (0)
Voir également
Catégories
				En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


