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 years 前 | 2 个回答 | 0
提问
7 years 前 | 2 个回答 | 0