photo

Muddasir Muddasir


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
how to create a matrix (3*3) from 1 to 9 by using for loop
for i=1:3 for j=1:3 a(i, j) =input('a=') : end end disp(a)

plus de 2 ans il y a | 0