Create a 100 element vector for x
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
James Bowler
el 7 de Oct. de 2021
Comentada: Neel Raval
el 9 de Oct. de 2021

2 comentarios
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?)
Respuesta aceptada
Walter Roberson
el 7 de Oct. de 2021
x = linspace(0, L/2, 100);
2 comentarios
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?)
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!