How to write a string to Excel using Matlab.

22 次查看(过去 30 天)
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 个评论

请先登录,再进行评论。

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by