Feeds
提问
The size function does not return the right number
%trim the calibrated data m = unique([in_M, code_M],'sorted', 'rows'); [len, notImp] = size(m); for j = 1:1:len if m(j...
3 years 前 | 1 个回答 | 0
1
个回答提问
dec2bin function provides wrong answer
For example, when I type dec2bin(8), I expect the answer is 100b, instead the returned value in command window is actually 1000
3 years 前 | 1 个回答 | 0
