many plots within one plot using functions to draw the plots

Hello,
I am using a script to read different excel sheets and within this script I am using a funtion to plot my excel data.
For every data sheet I get a plot graph.
Now, my question is, how do I put all these plot graphs into one single plot graph?
Thanks for the help!

Respuestas (1)

madhan ravi
madhan ravi el 15 de Nov. de 2018
Editada: madhan ravi el 15 de Nov. de 2018
use
hold on %after plot command

3 comentarios

and should I use this within the function or within the script?
it should be used after the first plot command as mentioned in the answer
if it helped make sure to accept the answer else let know

Iniciar sesión para comentar.

Categorías

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

Preguntada:

el 15 de Nov. de 2018

Comentada:

el 15 de Nov. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by