Feeds
回答済み
How to slice a two-dimensional array to get a one-dimensional array
I just found a solution: a(i + (j-1)*4). Are there better answers? Thanks!
How to slice a two-dimensional array to get a one-dimensional array
I just found a solution: a(i + (j-1)*4). Are there better answers? Thanks!
8年弱 前 | 0
質問
How to slice a two-dimensional array to get a one-dimensional array
Hi! This seems to be a simple question but I couldn't find its answer after some searching. Let a = rand(5, 4); i = [2 4 3...
8年弱 前 | 2 件の回答 | 0