photo

Aurick Das


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
151,636
of 301,671

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,379

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,058

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


Unable to perform assignment because the left and right sides have a different number of elements.
xa=2 xb=3 ya=.9093 yb=.1411 x=0:1:5 for i=1:5 y(i+1)=((x-xb)/(xa-xb))*ya-((x-xa)/(xa-xb))*yb plot(x,y) it is show...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Array indices must be positive integers or logical values.
xa=2 xb=3 ya=.9093 yb=.1411 x=0:1:6 for x=0:1:6 y(x)=((x-xb)/(xa-xb))*ya-((x-xa)/(xa-xb))*yb end plot(y,x) why th...

約7年 前 | 3 件の回答 | 0

3

回答

質問


Array indices must be positive integers or logical values
Fs=1000 Fc=250 dF=50 Br=.001 A=-20*log(Br) dw=2*pi*(dF/Fs) N=floor((A-8)/(2.285*dw)+1) b=.1102*(A-8.7) a=(N-1)/2 prom...

約7年 前 | 1 件の回答 | 0

1

回答