Community Profile

photo

Tao Wang


Last seen: 11 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

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

más de 1 año hace | 1

Respondida
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) ...

más de 2 años hace | 0