Valentina Mazzoni
Followers: 0 Following: 0
Feeds
提问
How to create a two columns cell array from two different cells?
Hi all, I've got two 781x1 cells. for k=1:1:781 Time3{k}=(k); Ratt1{k}=(Ratt); end The second one contains 781 ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to find the indeces of same values within two vectors with repetitive values?
Hi all, I've got two vectors: A=[1000 2000 2000 5000 20000 20000]; B=[1000 2000 2000 5000 10000 20000 20000 60000 60000 6000...
4 years 前 | 3 个回答 | 0
3
个回答提问
How to find all the combinations of a vector elements whose sum is equal to a given number
Hi all, I' ve got this vector made of 24 elements: P = [250 500 500 1250 2500 5000 5000 15000 15000 15000 15000 81...
4 years 前 | 1 个回答 | 0