I have a Matlab program which generates a set of very large structs as its output. The structs are sufficiently large that I would like to be able to print the text repr
You might consider using the struct2dataset command to formatting your result nicely before outputting it on the screen.