Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 matlab GUI 的编辑框中显示字符串。gui 没有按钮。因此,当它运行时,字符串应该直接显示在 gui 文本框中。对于图像也是如此。任何帮助,将不胜感激。 谢谢你。
通过打开属性检查器(双击编辑框)手动写入字符串并向下滚动到“字符串”并写入您的字符串,或者只是调用句柄并将其设置在回调中,即 set(handles.edit1,'String ','这是我的字符串')