Create a 100 element vector for x

7 visualizaciones (últimos 30 días)
James Bowler
James Bowler el 7 de Oct. de 2021
Comentada: Neel Raval el 9 de Oct. de 2021
  2 comentarios
Neel Raval
Neel Raval el 9 de Oct. de 2021
How would we input the equation in matlab using the ranges?
Neel Raval
Neel Raval el 9 de Oct. de 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?)

Iniciar sesión para comentar.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by