Feeds
답변 있음
How to access a vector of a 3D array
I know there is a stupid way to access this certain vector when j is small: [P{1,1}(2), P{1,2}(2), P{1,3}(2), P{1,4}(2), ...
How to access a vector of a 3D array
I know there is a stupid way to access this certain vector when j is small: [P{1,1}(2), P{1,2}(2), P{1,3}(2), P{1,4}(2), ...
13년 초과 전 | 0
질문
How to access a vector of a 3D array
I have a code : %%%%%%%%%%%%%%%%%%%%%%%% for i = 1 : 3 for j = 1 : 5 P{i,j} = rand(1,2); end end...
13년 초과 전 | 답변 수: 3 | 0
