photo

rishabh gupta


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • First Review
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

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

más de 6 años hace | 0