Print A Matlab Struct to a Text File

后端 未结 4 1345
一向
一向 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:37

    There's no default Matlab function for saving of struct in a file (not that I'm aware of, at least). But there is struct2File function on File Exchange.

提交回复
热议问题