Tao Wang
Followers: 0 Following: 0
Feeds
已回答
audioPlayerRecorder not detecting external full-duplex USB sound card
Using deviceReader() and deviceWriter() should be work, but the lantency is big.
audioPlayerRecorder not detecting external full-duplex USB sound card
Using deviceReader() and deviceWriter() should be work, but the lantency is big.
2 years 前 | 1
已回答
Find multiple strings within another string
mystr={'123a1','ab','111'}; pat = ("a"|"b"); a = strfind(mystr,pat) % can get index of each match ab = contains(mystr,pat) ...
Find multiple strings within another string
mystr={'123a1','ab','111'}; pat = ("a"|"b"); a = strfind(mystr,pat) % can get index of each match ab = contains(mystr,pat) ...
3 years 前 | 0