Borrar filtros
Borrar filtros

How to write a string to Excel using Matlab.

27 visualizaciones (últimos 30 días)
sachin k p
sachin k p el 6 de Sept. de 2018
Comentada: Kevin Chng el 7 de Sept. de 2018
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 comentarios
sachin k p
sachin k p el 6 de Sept. de 2018
This works. Thank you very much.
Kevin Chng
Kevin Chng el 7 de Sept. de 2018
Do you mind to accept my answer? Thanks

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Data Import from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by