Community Profile

photo

Ali Nazar


Last seen: mer än 2 år ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


What is the function of the following program. A=magic(10); sizeA= size(A,1); for i=1: sizeA j=i; A(i,j)=0; A(i, sizeA-j+1)=0;
What is the function of the following program. A=magic(10); sizeA= size(A,1); for i=1: sizeA j=i; A(i,j)=0; A(i, sizeA-j+1)=...

mer än 2 år ago | 1 answer | 0

1

answer