photo

Hafsa Asad


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

  • First Review
  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
matlab code for Hierarchical Centroid Shape Descriptor method
You can find that feature extraction (Hierarchical Centroid Shape Descriptor) from here: https://www.mathworks.com/matlabcentra...

más de 5 años hace | 0

Respondida
Stop an infinite loop after a certain amount of time
how about this for a 15 second-limit? tic while toc<15 % do stuff end

casi 6 años hace | 1

Pregunta


Why does audiowrite modify my data frames slightly?
I have a vector that I want to write to an audio file (any format, .wav or .mp4 or any other audio format). Afterwards, I want ...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
Rectangle around the object, Bounding box,
Here is an even simpler way to do it if you have the binary image with white blobs st = regionprops(my_binary_image, 'Bou...

más de 7 años hace | 0

Respondida
Save signal as .dat file
dlmwrite('myfile.dat', my_matrix_vals)

más de 9 años hace | 1