필터 지우기
필터 지우기

Writing into blank cells

조회 수: 2 (최근 30일)
James hall
James hall 2012년 8월 14일
Hi guys,
I want my script to output certain results into an excel file, I know I can use xlswrite to do this but want to know how to set the the results to automatically appear one cell below the other - without having manually set the excel data range in xlswrite
many thanks in advance

답변 (1개)

Image Analyst
Image Analyst 2012년 8월 14일
Well that's what happens if you send in a column vector or a 2D array. Are you not getting that? If you don't put in a range, it will put the upper left of your array at A1.
  댓글 수: 3
Image Analyst
Image Analyst 2012년 8월 14일
Why don't you try it? It would blast over whatever was in where you told it to write. It writes where you tell it to - it doesn't go searching for the first empty space below or to the right of some cells that may already have stuff in them. If you want to do that, you'll have to use ActiveX.
James hall
James hall 2012년 8월 14일
That is what I want to be doing.
How would I use the Active X to do that?

댓글을 달려면 로그인하십시오.

카테고리

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