Good day everyone I’ve been stuck with these questions. Can anyone please help me ?

1 view (last 30 days)

Answers (1)

Image Analyst
Image Analyst on 23 Jul 2021
It pretty much tells you what to do. If you need more help:
In the meantime, run these lines of code as hints
x = 1:5
y = 100 * x
plot(x, y, ............'LineWidth',........)
%etc.
  4 Comments
Image Analyst
Image Analyst on 23 Jul 2021
Look up the plot in the help. Replace the ............... with your own code. It should be trivial once you've done the 2 hour tutorial.

Sign in to comment.

Categories

Find more on Graphics Performance 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!