필터 지우기
필터 지우기

Saving results in excel without overwriting

조회 수: 2 (최근 30일)
Abdul Salam
Abdul Salam 2018년 12월 4일
답변: Image Analyst 2018년 12월 4일
I have over 500 images in which i have to find the image attributes like centroid, area and intensity. I am almost successful but i dont know how to save the results in excel file without overwriting the previous results. Any help plz?

채택된 답변

Image Analyst
Image Analyst 2018년 12월 4일
If you call xlswrite(), I believe it will overwrite the data (that is, replace existing cells with new data and add any new ones to blank cells), right?
If you want to replace the whole workbook (not overwrite it), delete it before calling xlswrite().
If you want to add additional data into new worksheets in the workbook, then specify a new worksheet name in the argument list of xlswrite(). Use xlsinfo() to get existing sheet names.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by