Uzochukwu Akabueze
Followers: 0 Following: 0
Feeds
提问
How to convert 4 by 8 matrix bytevalues to correspond to a 4 by 1 milliseconds
Milliseconds = convert_bytes_to_ms(uint64(millis));millis = [50 20 45 55 46 65 48 70;40 42 56 67 60 45 39 53; 50 54 51 65 64 70 ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Suppose I have a 2 by 60 matrix, like A = [1:60,2:61] how can I reshape it by the first 10 rows so that I can get a 20 by 6 matrix??
B = reshape(A,rowSize(A)/6,[],6)
3 years 前 | 1 个回答 | 0