extract large text from cell to put it into multiple cells in excel

조회 수: 2 (최근 30일)
I have a variable that contains a table in each cell, but I need it to be in the form shown in 'example.xlsx' is there a way of doing that please?
So to make it more clear, I've extracted the details of 85 experiments from a .txt file into matlab using fileread, but that returned a 1x85 cell array, with each cell containing the table for an experiment - however, I need to send these details from matlab, to excel - but in the form shown in the example I provided (which I made manually) but when I send it to excel, it sends each table to a single cell as opposed to sending it in the format I need it in. Hope that's a clearer explication, I realise I wasn't very clear at first. Thanks

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 8월 7일
Use xlsread to import your excel file, then do what you want with it
  댓글 수: 9
Jamie Shelley
Jamie Shelley 2016년 8월 7일
Ahh I worked out a way! An incredibly inefficient and stupid way but it worked and at this point, that's all I care about hahah. Thanks for the guidance, I wouldn't have gotten it without the cell2mat thing
Azzi Abdelmalek
Azzi Abdelmalek 2016년 8월 7일
You can save your variable in a mat file, then upload your file
save filename yourvariable

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Use COM Objects in MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by