photo

Deepak Gala


Last seen: 3 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
6 个回答

排名
3,746
of 297,457

声誉
14

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
3

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Reading, resampling and writing audio files
This should work! for i=1:1000 FILE1=sprintf('file48000_%d.wav',i); FILE2=sprintf('file8000_%d.wav',i); ...

7 years 前 | 2

已回答
removal of background of cropped image
This might link might help! <https://blogs.mathworks.com/loren/2015/06/24/how-do-you-modify-the-background-of-an-image/?s_tid=a...

7 years 前 | 0

已回答
How to remove background from an image?
This link might help! <https://blogs.mathworks.com/loren/2015/06/24/how-do-you-modify-the-background-of-an-image/?s_tid=answers...

7 years 前 | 0

已回答
How can I remove background of an insect image ? and I want to make the back ground as white.
This link will help! <https://blogs.mathworks.com/loren/2015/06/24/how-do-you-modify-the-background-of-an-image/?s_tid=answers_r...

7 years 前 | 1

| 已接受

已回答
how to put error value in PID?
I guess you are talking about the Simulink model in Matlab. There is a 'PID' block in Simulink library. I have attached a simple...

7 years 前 | 0

已回答
Reading, resampling and writing audio files
This should do what you want. [y,fs]=audioread('file48000.wav'); audiowrite('file8000.wav',y,8000);

7 years 前 | 0

| 已接受