Community Profile

photo

godspeed


Last seen: 2 years ago Active since 2022

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


In a 6x6 square matrix A, how to select elements in i-th row with A(i,j) ruled out
n=12; A=zeros(n,n); B=zeros(n,n); if A(i,(i-1):(i+1):n)==0 B(i,i)=1; end

2 years ago | 2 answers | 0

2

answers