Community Profile

photo

Han Zerui


Last seen: 2 months ago Active since 2021

Followers: 0   Following: 0

Message

Statistics

  • First Answer
  • Explorer
  • First Review

View badges

Feeds

View by

Answered
reading .opus audio files
.opus files are now supported by audioread() and audiowrite() in MATLAB R2022a. Read audio file - MATLAB audioread (mathworks...

2 years ago | 0

Answered
Elegantly refer to the second output from a function
Define your own ismember function: data = rand(1,10); result = data(myismember(1,[0,1,2,3,4,5])); function Locb = myismembe...

3 years ago | 0