how can I change the Excel file format from matlab
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Gabriela
il 26 Nov 2013
Commentato: Image Analyst
il 18 Dic 2013
Hello, I try to change a .xls file format in to .xlsx format.
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 26 Nov 2013
[~,~,im]= xlsread('file.xls');
xlswrite('file.xlsx',im)
2 Commenti
Image Analyst
il 18 Dic 2013
Use ActiveX programming - unless you're prepared to wait a very very long time. See my attached demo.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!