I'm trying with:
f=vertcat(data.errors{:,2});
T = array2table(f);
writetable(T,'Name.xls');
but I think I need to include a loop, any ideas?
Thanks,
Mikel
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!