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

거의 6년 전 | 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...

대략 8년 전 | 0

답변 있음
Save signal as .dat file
dlmwrite('myfile.dat', my_matrix_vals)

거의 10년 전 | 1