Why doesn't plot show desired values from my array?
조회 수: 9 (최근 30일)
이전 댓글 표시
Row array aVals(1 : 10) contains pi for each value.
plot(aVals(1:10)
gives the expected result:

plot(aVals(5:10)
fails to plot some of the data:

what't wrong? how do I fix that?
댓글 수: 0
답변 (1개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!