photo

Hafsa Asad


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

1 个提问
4 个回答

排名
10,013
of 297,457

声誉
4

贡献数
1 个提问
4 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0

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

10 years 前 | 1