How to export data from matlab to excel as a column

4 visualizaciones (últimos 30 días)
Hi,
I am able to export data to excel as a row. I'm not able to export it as a column. Could someone kindly help me.
Thanks, Santosh

Respuesta aceptada

Image Analyst
Image Analyst el 24 de Oct. de 2014
columnVector = yourCurrentRowVector';
xlswrite(excelFileName, columnVector);
  3 comentarios
Vighneswara Siva Santosh Kumar Kondeti
Hi,
Thanks. Its working now. I didn't correct my syntax earlier. Sorry for the inconvenience.
Thanks, Santosh
Image Analyst
Image Analyst el 24 de Oct. de 2014
OK great. Can you mark the answer as "Accepted" then?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by