Show a txt text in matlab interface
2 次查看(过去 30 天)
显示 更早的评论
Hello guys,
I am interfacing an application, using matlab guide, and I am stuck .
I need to find a way, to show a text from a txt file in the interface.
so, here I am, again asking for your help
thanks !
1 个评论
回答(1 个)
ES
2019-9-6
- read the .txt file using fopen or textscan or any other function you find suitable for your data.
- Display in an edit box or stati text box in GUIde according to your need.
1 个评论
Rik
2019-9-6
And if this doesn't help you: here you see the downside of not providing any details, you'll only get a general answer.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Export 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!