Feeds
질문
how can i display b(i,j) matrix.i have attached the code i am working with.
clear all; a=[1,2,3,4;4,3,2,3]; for i=1,size(a,1) for j=1,size(a,2) b(i,j)=a(i,j) disp(b) // this is not giving the out i n...
대략 7년 전 | 답변 수: 2 | 0
질문
대략 7년 전 | 답변 수: 2 | 0