Feeds
提问
Matrix Indexing
I have an index matrix. idx = [1 5 ; 3 7 ] The goal is to get a matrix like this: 1 0 0 0 0 1 0 0 1 0 ...
15 years 前 | 1 个回答 | 0
1
个回答提问
Matrix Indexing
I have two index files: On times: t_on = [2 10 20 ...]; Off times: t_off = [5 15 23 ...]; I want to get a vector with one...
15 years 前 | 4 个回答 | 0
