Effacer les filtres
Effacer les filtres

string array to excel

36 vues (au cours des 30 derniers jours)
TheDice
TheDice le 26 Avr 2021
Commenté : Stephen23 le 27 Avr 2021
Hello I have an 8x14 string array and would like to export it as an Excel file. Is there a command to do this?
Many greetings
Fabian

Réponse acceptée

Scott MacKenzie
Scott MacKenzie le 26 Avr 2021
Am I missing something, or is this as simple as it seems:
s = repmat(["a" "bcd"], 8, 7); % 8x14 string matrix
writematrix(s, 'temp.xlsx');
  1 commentaire
TheDice
TheDice le 27 Avr 2021
No it is as simple as it seems. I have tried many other commands but i have not found this one. Thanks for this.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by