How can I modify the uigetdir command?
1 次查看(过去 30 天)
显示 更早的评论
I'd like to have a bigger title. How do I change the writing and make it bigger?
d1=uigetdir([],'Select file') ;
Is it possibile to utilize the font Size? How Can I do it?
采纳的回答
Jan
2014-2-26
uigetdir is a Java function. It is not trivial to modify this, but possible. Nevertheless, it is usually a bad idea to invest time to modify standard tools, because the expected look&feel is valuable.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dialog Boxes 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!