photo

Hafsa Asad


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

  • First Review
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 5 ans il y a | 0

Réponse apportée
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

presque 6 ans il y a | 1

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 7 ans il y a | 0

Réponse apportée
Save signal as .dat file
dlmwrite('myfile.dat', my_matrix_vals)

plus de 9 ans il y a | 1