How can I numbering 1000 of figures?

3 visualizaciones (últimos 30 días)
Riyadh Muttaleb
Riyadh Muttaleb el 30 de Mayo de 2017
Comentada: dpb el 31 de Mayo de 2017
Hello All,
I would like to get number for all figures to ease reach them. I do have about 1000 figures, I am using subplot (each one has 15 plots), so I want to numbering each plot from 1-1000. Any help would be so appreciated,
Thank in advance;
Riyadh
  5 comentarios
Riyadh Muttaleb
Riyadh Muttaleb el 30 de Mayo de 2017
Hi Stephen and dpb I got it, I used title(i); (i=1:1000); Thanks
dpb
dpb el 31 de Mayo de 2017
"...used title(i); (i=1:1000)"
Don't use title as a variable (particularly when plotting is part of the task); it's the builtin function for putting a title on a plot; aliasing it will lose that functionality until the variable is clear ed.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Title 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!

Translated by