Create a 100 element vector for x
11 views (last 30 days)
Show older comments
James Bowler
on 7 Oct 2021
Commented: Neel Raval
on 9 Oct 2021

2 Comments
Neel Raval
on 9 Oct 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?)
Accepted Answer
Walter Roberson
on 7 Oct 2021
x = linspace(0, L/2, 100);
2 Comments
Neel Raval
on 9 Oct 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?)
More Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots 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!