Create an excel file in a specific folder
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Zeynab Mousavikhamene
le 9 Mar 2019
0 votes
Thanks!
Catégories
En savoir plus sur Arduino Hardware dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!