Plotting a matrix of data in a graph
Mostrar comentarios más antiguos
Hi
x=[0.9 0.99 0.999 0.9999 0.99999 0.999999 0.9999999];
n=[10 100 1000 10000 100000];
Is it possible to plot this data all in the one graph? I'm aware of the following syntax for plotting a graph
plot(X1, Y1, LineSpec, PropertyName, PropertyValue)
But unsure if all the data can be put onto the one graph?
Thankyou for any help in advanced!
2 comentarios
Azzi Abdelmalek
el 26 de Mzo. de 2014
Explain what you want to plot
Amy
el 26 de Mzo. de 2014
Respuestas (1)
Categorías
Más información sobre Line Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!