Create an excel file in a specific folder
Mostra commenti meno recenti
I need to know how to create an excel file and save it in a specific folder. This is the code I am using:
filename = 'diagramm.xlsx';
xlswrite(filename,vector_1,'Fluid');
xlswrite(filename,vector_2,'Power');
I don't find anything working in the older answers.
Risposta accettata
Più risposte (1)
Zeynab Mousavikhamene
il 9 Mar 2019
0 voti
Thanks!
Categorie
Scopri di più su Arduino Hardware 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!