transfer data from Matlab to Excel

3 Ansichten (letzte 30 Tage)
booterr
booterr am 15 Apr. 2016
Kommentiert: Stephen23 am 15 Apr. 2016
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 Kommentare
booterr
booterr am 15 Apr. 2016
thanks. Another question, how to transfer string between Excel and Matlab?
Stephen23
Stephen23 am 15 Apr. 2016
and learn to use the contents on the left-hand side: there you can find lots of related topics and help.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Stalin Samuel
Stalin Samuel am 15 Apr. 2016
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');

Weitere Antworten (0)

Kategorien

Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by