Create a 100 element vector for x

7 Ansichten (letzte 30 Tage)
James Bowler
James Bowler am 7 Okt. 2021
Kommentiert: Neel Raval am 9 Okt. 2021
  2 Kommentare
Neel Raval
Neel Raval am 9 Okt. 2021
How would we input the equation in matlab using the ranges?
Neel Raval
Neel Raval am 9 Okt. 2021
Also, how would you go on to plot the 2 equations. (Can they both be plotted in a single graph? or do they need to be seperate?)

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 7 Okt. 2021
x = linspace(0, L/2, 100);
  2 Kommentare
Neel Raval
Neel Raval am 9 Okt. 2021
How would we input the equation in matlab using the ranges?
Neel Raval
Neel Raval am 9 Okt. 2021
Also, how would you go on to plot the 2 equations. (Can they both be plotted in a single graph? or do they need to be seperate?)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D 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