How to write a string to Excel using Matlab.
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to write a file name including filepath to an excel file. I am using this code.
path2=['P:\\_Fach\\EF\\UX\\DL\\' py_file];
xlswrite(filename,path2,'Parametertabel','t60:t60');
This code is just writing 'P' to the excel file.
3 commentaires
Réponse acceptée
Kevin Chng
le 7 Sep 2018
Put them into cell.
path = {'wewer'};
xlswrite('sss.csv',path);
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!