MATLAB: Open a file from GUI

open file in gui

Hello i have a PushButton called OPEN and i want it to Open an Excel file with MicrosoftExcel. I tried uigetfile('Book1.xls') and when i choose it and Click Open nothing happens because i think Matlab opens it but i want MicrosoftExcel to open it and show me its content…i have Matlab 7

Best Answer

open('Book1.xls')