use directory title as title of plot
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Image Analyst
2013-7-19
Use set() and set the "Name" property. For example:
set(gcf,'name','c:\Demos by ImageAnalyst\Awesome ones','numbertitle','off')
3 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Search Path 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!