plotting a function and values from a table

7 Ansichten (letzte 30 Tage)
Freja
Freja am 10 Mär. 2023
Beantwortet: Adam Danz am 10 Mär. 2023
Im not really sure where to go from what I've done so far , but how do I plot the actual line's equation in since I've only used the data from the table so far?
  1 Kommentar
Dyuman Joshi
Dyuman Joshi am 10 Mär. 2023
Bearbeitet: Dyuman Joshi am 10 Mär. 2023
You have done the second part of the question correctly, though you need to add labels and the title.
For the first part, define x (hint - colon, : ), then define y as per the formula and plot x vs y.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Adam Danz
Adam Danz am 10 Mär. 2023
> how do I plot the actual line's equation?
The assignment is to plot the line at intervals of 0.001pi between 0 and 0.2pi, not to plot the line's equation. The first step is to compute t(s) at the specified intervals and then to compute y for each t(s).
Then you can add your existing code to add the overlay.

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by