Feeds
질문
elimination of the chosen elements and rearranging the matrix
a=[1 2 3 4 5 6 7 8 nan nan nan nan nan]; for i=1:length(a) b(i)=a(i)+1; if b(i)< 4 b(i)=[]; elseif b(i)>6 ...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
removing the array elements
%testing the elimation of the elements outside the boundary% np=22; L=10; x=linspace(0,L,np); %position(:,1)=x; for i=1:np ...
대략 7년 전 | 답변 수: 1 | 0

