How do you open a .xlsx file in excel from matlab.
Mostra commenti meno recenti
I am trying to open up a .xlsx file from matlab, and have it open in excel. Right now I am using the command open(filename). This will open the .xlsx in matlab, but i want it opened in excel. The command opentxt(filename) is nice, because it will open a .txt file in notepad. I am looking for something like that for .xls/.xlsx files in excel.
1 Commento
MD Anower Hossain
il 26 Ott 2020
its very easy just type
xlsread('the name location of xlsx file or name the file');
Risposta accettata
Più risposte (3)
Lingfei Tang
il 2 Set 2018
Modificato: Lingfei Tang
il 2 Set 2018
2 voti
For Linux/MacOS it is uiopen('file.xlsx') or just open.
There is no way to open externally but there is a "macopen" function downlodable in file exchange.
ryan
il 27 Mar 2013
0 voti
noda farfosha
il 12 Lug 2017
0 voti
how can i collect more than workspace in only one?
Categorie
Scopri di più su Data Import from MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!