photo

Mehmet Mert Aktas


Last seen: environ 4 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Matlab While Loop problem
clear clc a = [2, 4, 6; 9, 10, 11; -1, -3, -12]; b = zeros(size(a)); for i = 1: 3 for j = 1: 3 if (a(i,j) > 1)...

environ 8 ans il y a | 0