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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0