photo

Hafsa Asad


2015 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

5年以上 前 | 0

回答済み
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

6年弱 前 | 1

質問


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

6年弱 前 | 1 件の回答 | 0

1

回答

回答済み
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...

7年以上 前 | 0

回答済み
Save signal as .dat file
dlmwrite('myfile.dat', my_matrix_vals)

9年以上 前 | 1