photo

Tao Wang


Last seen: 4 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

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

presque 2 ans il y a | 1

Réponse apportée
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) ...

presque 3 ans il y a | 0