MOHINI MODI - MATLAB Central
photo

MOHINI MODI


2017 年からアクティブ

Followers: 0   Following: 0

ECE engineer
Interest area: wireless engineer

統計

MATLAB AnswersFrom 08/17 to 04/25Use left and right arrows to move selectionFrom 08/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 質問
1 回答

ランク
252,541
of 298,132

評判
0

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

回答採用率
66.67%

獲得投票数
0

ランク
 of 20,538

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,402

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I am trying to solve following error in my code, Error using .* Matrix dimensions must agree.
clear all; EbN0_dB = 0:2.5:30; EbN0 = 10.^(EbN0_dB/10); % convert from dB scale Analytical_BER_ASK = Q(sqrt(EbN0)); % B...

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

1

回答

回答済み
Subscript indices must either be real positive integers or logicals
I got the graph, i was expecting. Thank you very much.

7年以上 前 | 0

質問


Subscript indices must either be real positive integers or logicals
what should i do to not get this error? >> Subscript indices must either be real positive integers or logicals.

7年以上 前 | 3 件の回答 | 0

3

回答

質問


I am getting error for Q
I am not sure, what value is needed for "Q". One in code is giving me error saying "Subscript indices must either be real posi...

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

1

回答