extract large text from cell to put it into multiple cells in excel
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jamie Shelley
am 7 Aug. 2016
Kommentiert: Azzi Abdelmalek
am 7 Aug. 2016
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
0 Kommentare
Akzeptierte Antwort
Azzi Abdelmalek
am 7 Aug. 2016
Use xlsread to import your excel file, then do what you want with it
9 Kommentare
Azzi Abdelmalek
am 7 Aug. 2016
You can save your variable in a mat file, then upload your file
save filename yourvariable
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Use COM Objects in MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!