How can I numbering 1000 of figures?

조회 수: 3 (최근 30일)
Riyadh Muttaleb
Riyadh Muttaleb 2017년 5월 30일
댓글: dpb 2017년 5월 31일
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
Riyadh Muttaleb
Riyadh Muttaleb 2017년 5월 30일
Hi Stephen and dpb I got it, I used title(i); (i=1:1000); Thanks
dpb
dpb 2017년 5월 31일
"...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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Title에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by