Create a 100 element vector for x
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
James Bowler
le 7 Oct 2021
Commenté : Neel Raval
le 9 Oct 2021

2 commentaires
Neel Raval
le 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?)
Réponse acceptée
Walter Roberson
le 7 Oct 2021
x = linspace(0, L/2, 100);
2 commentaires
Neel Raval
le 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?)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!