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

1 visualización (últimos 30 días)

Respuestas (1)

Image Analyst
Image Analyst el 23 de Jul. de 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 comentarios
Anson Aluyi
Anson Aluyi el 23 de Jul. de 2021
I did the first two but I don’t understand the third one
Image Analyst
Image Analyst el 23 de Jul. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Graphics Performance en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by