Please how to solve this task
Show older comments
Answers (1)
VM Sreeram
on 7 Jul 2023
Edited: VM Sreeram
on 7 Jul 2023
0 votes
The issue here is because the plot generated has 8 points, not 7. You're plotting one time using line 5 and seven times using line 12 (enclosed in the for loop).
To fix this, you have to remove the block of code in lines 4-7.
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!