Print A Matlab Struct to a Text File

后端 未结 4 1332
一向
一向 2020-12-21 18:18

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

4条回答
  •  庸人自扰
    2020-12-21 18:28

    You might consider using the struct2dataset command to formatting your result nicely before outputting it on the screen.

提交回复
热议问题