Problem with Matlab Live Editor tables format display

35 Views Asked by At

I have a problem with an script I'm writing in the Live Editor in Matlab. The default format for tables is like this image: enter image description here

But after about 420 lines of code the output format of the tables what I'm getting is the like the "Command Window" table format:

enter image description here

I'm using the same code for generate both of them:

array2table()

but for some strange reason the output format is different and useless for exporting to a document because of the inconsistency of the format. Apart for the fact of the first output format is navigably to the end of rows or columns, but the second one you can only see the displayed part of the table. I'd appreciate if anyone could help me with this issue.

0

There are 0 best solutions below