Community Profile

photo

Aurelio Gonzalez


Active since 2016

Statistics

Content Feed

View by

Question


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)...

7 years ago | 1 answer | 0

1

answer