help > RE: Title/caption for NBSview
Apr 9, 2019  11:04 PM | Andrew Zalesky
RE: Title/caption for NBSview
Hi Danella,

One the NBSView figure appears, type in the command line:

hf=gcf;
hf.Name='TypeYourNewTitleHere';

If this does not work, you might want to try text(x,y,'TypeTextHere'), where x and y are your desired coordinates for the text.

Andrew

Originally posted by Danella Hafeman:
Thank you for this wonderful program. I would like to add a title to NBSview using the command line. (I am planning to generate several .pdfs with different significant findings, and it would be helpful to label them.) I have tried to alter the NBSview code to add a title(), but I have not yet been successful. Is this possible?

Threaded View

TitleAuthorDate
Danella Hafeman Apr 9, 2019
RE: Title/caption for NBSview
Andrew Zalesky Apr 9, 2019
Danella Hafeman Apr 10, 2019