问题
In a MATLAB GUI I have a picture in the background (created on axes) and over it I would like to have text. I put a static text box but I need it to be transparent. Can I do it using GUIDE?
回答1:
You can't use guide to do this, since the text objects are actually uicontrols. Try adding the text using the text
function in your code instead. You may have to trial-and-error it in to the right location.
来源:https://stackoverflow.com/questions/12604633/creating-a-transparent-text-box-in-matlab-gui-using-guide