統計
MATLAB Answers
1 質問
0 回答
ランク
of 176,692
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
plot discrete time function x(n)=y(n-2). it shows error (Attempted to access y(-1); index must be a positive integer or logical.)
clc; clear all; x=-5:1:5; for n=1:11 if x(n)>=-3&&x(n)<=3 y(n-2)=2*x(n); else y(n...
11年弱 前 | 1 件の回答 | 0
