Create a 100 element vector for x

7 vues (au cours des 30 derniers jours)
James Bowler
James Bowler le 7 Oct 2021
Commenté : Neel Raval le 9 Oct 2021
  2 commentaires
Neel Raval
Neel Raval le 9 Oct 2021
How would we input the equation in matlab using the ranges?
Neel Raval
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?)

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 7 Oct 2021
x = linspace(0, L/2, 100);
  2 commentaires
Neel Raval
Neel Raval le 9 Oct 2021
How would we input the equation in matlab using the ranges?
Neel Raval
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?)

Connectez-vous pour commenter.

Plus de réponses (0)

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!

Translated by