![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7859326_1522123719195_DEF.jpg)
Deepak Gala
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
6 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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); ...
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年以上 前 | 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...
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年以上 前 | 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...
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年以上 前 | 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...
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年以上 前 | 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...
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年以上 前 | 0
回答済み
Reading, resampling and writing audio files
This should do what you want. [y,fs]=audioread('file48000.wav'); audiowrite('file8000.wav',y,8000);
Reading, resampling and writing audio files
This should do what you want. [y,fs]=audioread('file48000.wav'); audiowrite('file8000.wav',y,8000);
7年以上 前 | 0
| 採用済み