photo

Aurelio Gonzalez


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


use a loop structure .
A=zeros(4) % this is the same as zeros (4,4) // returns as a 4x4 matrix of zeros for m= 1:4 for n=1:4 A(m,n)...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort