How to write a string to Excel using Matlab.

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

Put them into cell.
path = {'wewer'};
xlswrite('sss.csv',path);
If this is answer you are looking for, then i will put it in the answer for you to accept it.
sachin k p
sachin k p le 6 Sep 2018
This works. Thank you very much.
Kevin Chng
Kevin Chng le 7 Sep 2018
Do you mind to accept my answer? Thanks

Connectez-vous pour commenter.

 Réponse acceptée

Kevin Chng
Kevin Chng le 7 Sep 2018
Put them into cell.
path = {'wewer'};
xlswrite('sss.csv',path);

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by