Plotting two equations for a varying number
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I cant get each of these equations to show up only one comes up and i cant tell why.
댓글 수: 3
Rik
2018년 1월 20일
What are the axis limits? Are you expecting the values to have approximately the same x and y range? If you post your code as code, instead of an image, we could run it. (if you do, use the {}Code button for correct formatting)
Walter Roberson
2018년 1월 20일
Why do you bother calculating a(i) when you are not going to use it later?
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!