how to add multiple rows into xlsx file???
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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 Comments
Hikaru
on 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
on 30 Jan 2015
ajay Hiremath
on 30 Jan 2015
Hikaru
on 30 Jan 2015
Please format your code properly... I don't like having to read walls of unformatted text.
ajay Hiremath
on 30 Jan 2015
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!