How can I open an Excel file from a push button in GUI of Matlab?
1 次查看(过去 30 天)
显示 更早的评论
I have this push button called "Datos mecánicos conductores", and when pushing it I want an Excel file to open, so that I can modify some cells of it.
2 个评论
Walter Roberson
2016-4-20
Gordon, you should post that as an Answer, as it is correct.
You would probably be better off using function form, though,
winopen('YourFile.xlsx')
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!