photo

Mikhail


Last seen: 7ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
0 回答

ランク
91,315
of 301,709

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,394

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,196

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Why does it skips the if part?
Dear colleagues, Need some help with the if statement. It appears that for some reason, Matlab ignores the if statment as if it...

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

1

回答

質問


How can I fix "Index in position 2 exceeds array bounds" in for loop?
p=1;c=[1 0 4 8];n=4;b=[];j=1; b=a(1,1) a=flip(c) for i=n-1:-1:1 b(1,i)=b(1,i+1)*p+a(1,i); end b

約2年 前 | 2 件の回答 | 0

2

回答