フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Plotting two equations for a varying number

1 回表示 (過去 30 日間)
Austen Thomas
Austen Thomas 2018 年 1 月 20 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I cant get each of these equations to show up only one comes up and i cant tell why.
  3 件のコメント
Walter Roberson
Walter Roberson 2018 年 1 月 20 日
Why do you bother calculating a(i) when you are not going to use it later?
Image Analyst
Image Analyst 2018 年 1 月 20 日
編集済み: Image Analyst 2018 年 1 月 20 日
The badly-named "a" is used in the line of code
plot(a, AR);
But I'm not going to type in all that code. I'm waiting for Austen to paste in the code or use the paper clip icon to attach the m-file.
When you set a0 equal to .1625, did you mean to set the first element of "a" to that? Like this:
a(1) = 0.1625;
and then use a(1) in your code instead of a0?

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by