writetable command is not working
26 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi
I am using this command to export from Matlab to Excel
o = array2table(Pd)
writetable(o,'ManualVsAutomated.xls','Sheet',9,'Range','B2:B824')
I am not getting any error. Supposely it works, but it won't export anything to the specidfied sheet and column I have assigned.
The values I am trying to export are Double where I am converting them to table prior to exporting
Here is a sample of my data if that helps
1.69061699951815
1.68312189837353
1.68095380407105
1.67073607284844
1.6599464457171
1.64856723848689
1.63658043945657
3 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets 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!