use directory title as title of plot
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hello, i have a test program that i run where the results are stored in specific directories. I wanted to see if there is an easy way to code it so that the title of the plot will just show the directory name.
thanks in advance for the help.
0 comentarios
Respuestas (1)
Image Analyst
el 19 de Jul. de 2013
Use set() and set the "Name" property. For example:
set(gcf,'name','c:\Demos by ImageAnalyst\Awesome ones','numbertitle','off')
3 comentarios
Ver también
Categorías
Más información sobre Search Path 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!