How to export data from matlab to excel as a column

4 vues (au cours des 30 derniers jours)
Vighneswara Siva Santosh Kumar Kondeti
Commenté : Image Analyst le 24 Oct 2014
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

Réponse acceptée

Image Analyst
Image Analyst le 24 Oct 2014
columnVector = yourCurrentRowVector';
xlswrite(excelFileName, columnVector);
  3 commentaires
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 le 24 Oct 2014
OK great. Can you mark the answer as "Accepted" then?

Connectez-vous pour commenter.

Plus de réponses (0)

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!

Translated by