photo

Kuheli Mondal


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
219,250
of 300,857

評判
0

コントリビューション
10 質問
0 回答

回答採用率
30.0%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how can I solve this error?
??? Error using ==> minus Matrix dimensions must agree. Error in ==> Full at 27 e=d-d1; My code is function x=Full(~,~,~)...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


how to solve this error?
??? Error using ==> lti.subsref at 56 Use two or more subscripts to select or delete all elements, as in the "sys(:,:)" comm...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


Can any one help me?
how to solve this error? ??? Error: File: noise.m Line: 31 Column: 10 Unexpected MATLAB expression. My mat lab code i...

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

1

回答

質問


why not this code run?
N=10; n=0:N-1; d=zeros(1, N); h(n)=[0 0 0 1 -2.7083 4.1861 -3.0451 0.73071 0 0]; x(n)=[0 1.9021 -1.1756 -...

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

1

回答

質問


how to write delta function like this?
h(n)=delta(n-3)-2*delta(n-4); delta(n==0)=1 can any one help me. Thank you.

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

1

回答

質問


How to solve this problem?
??? Input argument "n" is undefined. Error in ==> Impulse at 3 h=zeros(1, length(n)); My program is function...

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

1

回答

質問


why I cant run this program?
function x=signal(f,fs,N) % sinusoid f=30; %frequency, N=10; %number of samples fs=100; %sampling freq...

10年弱 前 | 2 件の回答 | 0

2

回答

質問


??? Input argument "n" is undefined. Error in ==> dd1 at 4 h=zeros(1, length(n)); how to solve this error
function h=dd1(n) h=zeros(1, length(n)); h(n==0) = 1; n=-10:10; h(n)=dd1(n-3)-2.7083*dd1(n-4)+4.1861*dd1(n...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


Can any one help me to correct this code
function h=dd1(n) h=zeros(1, length(n)); n = [1 2 3 4 5 6 7]; h(n==0) = 1; n=-10:10; h(n)=dd1(n-3)-2.7083*dd1(n-4)+4....

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

1

回答

質問


Attempted to access delta(-2); index must be a positive integer or logical. Error in ==> ANC at 20 h(n)=delta(n-3)-2.7083*delta(n-4)+4.1861*delta(n-5)-3.0451*delta(n-6)+0.73071*delta(n-7);
Dear all, I got this error. please help me. thank you. Attempted to access delta(-2); index must be a positive integer o...

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

1

回答