Community Profile

photo

Tao Wang


Last seen: 11개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
audioPlayerRecorder not detecting external full-duplex USB sound card
Using deviceReader() and deviceWriter() should be work, but the lantency is big.

1년 초과 전 | 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) ...

2년 초과 전 | 0