How to plot multiple curves in a figure?

Hello, I just wanted to ask how to plot a curve generated from a function multiple times in the same figure varying parameters each time i execute the function?? so that one can easily compare the effect of parameter variation. Plz help. Thnk you.

Respuestas (1)

Walter Roberson
Walter Roberson el 8 de Oct. de 2013
GeneratePlot(parameters1)
hold on
GeneratePlot(parameters2)
GeneratePlot(parameters3)

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Preguntada:

el 8 de Oct. de 2013

Respondida:

el 8 de Oct. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by