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
