transfer data from Matlab to Excel

조회 수: 1 (최근 30일)
booterr
booterr 2016년 4월 15일
댓글: Stephen23 2016년 4월 15일
the results data is a 120x100 matrix. see below:
I want to transfer the data to cell beginning on "A3" in the Excel. How to know the end of matrix cell number. Here,"FW1000" is picked randomly by me
test_data=xlswrite(file_name_data,results,'new bsfc','A3:FW1000');
  댓글 수: 2
booterr
booterr 2016년 4월 15일
thanks. Another question, how to transfer string between Excel and Matlab?
Stephen23
Stephen23 2016년 4월 15일
and learn to use the contents on the left-hand side: there you can find lots of related topics and help.

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

채택된 답변

Stalin Samuel
Stalin Samuel 2016년 4월 15일
Its not necessary to specify the end cell no.Only starting cell number is enough.
test_data=xlswrite(file_name_data,results,'new bsfc','A3');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by