Community Profile

photo

rishabh gupta


2018년부터 활동

Followers: 0   Following: 0

통계

  • First Review
  • First Answer

배지 보기

Feeds

보기 기준

질문


Not able to use function "MultiObjectTrackerKLT"
I am using MATLAB 2017a version and trying to use the function "MultiObjectTrackerKLT". But whenever i run the code, it shows t...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how can i use audioplayer command in my GUI to play an audio?
i want that when i press the play button(that i created in my GUI), a song plays. it is working fine with 'sound' command,but i ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
swap columns of a matrix
you can also use: k_minus_rev = k_minus(:, [length(k_minus):-1:1])

6년 초과 전 | 0