Community Profile

photo

rishabh gupta


Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 6 Jahre vor | 0