Create an excel file in a specific folder
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Zeynab Mousavikhamene
am 9 Mär. 2019
0 Stimmen
Thanks!
Kategorien
Mehr zu Arduino Hardware finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!