how to add multiple rows into xlsx file???
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
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
Hikaru
2015년 1월 30일
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
2015년 1월 30일
ajay Hiremath
2015년 1월 30일
Hikaru
2015년 1월 30일
Please format your code properly... I don't like having to read walls of unformatted text.
ajay Hiremath
2015년 1월 30일
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!