how to add multiple rows into xlsx file???
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
hello all.... can any one plz tell me how to add multiple rows into xlsx sheet,now m using this code.. values = {area(i),Length,width,Perimet(i),AspectRat,FormFact(i),Entropy,Contrast,Energy,stats1.Homogeneity,green,lumi}; headers = {'Area','Length','width','perimet','Aspectrat','Form_factor','Entropy','Contrast','Energy','homogen','Green','Lumin'}; xlswrite('extract.xlsx', [headers; values]);
but this is displaying only one row(last image value) this is overwriting the last value so response me soon,thank you.....
5 commentaires
Hikaru
le 30 Jan 2015
What are the i's, where did they come from? I'm assuming you're looping? If so, you need to post all of them for us to be able to help.
ajay Hiremath
le 30 Jan 2015
ajay Hiremath
le 30 Jan 2015
Hikaru
le 30 Jan 2015
Please format your code properly... I don't like having to read walls of unformatted text.
ajay Hiremath
le 30 Jan 2015
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!