Filter löschen
Filter löschen

How can I open an Excel file from a push button in GUI of Matlab?

1 Ansicht (letzte 30 Tage)
OSCAR ZAMORA PICAZO
OSCAR ZAMORA PICAZO am 20 Apr. 2016
Kommentiert: Walter Roberson am 20 Apr. 2016
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 Kommentare
Gordon
Gordon am 20 Apr. 2016
In the callback for that button you can use the command
winopen 'YourFile.xlsx'
Walter Roberson
Walter Roberson am 20 Apr. 2016
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')

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by