Is it possible to intercept a matlab save() bytestream

前端 未结 10 2388
暖寄归人
暖寄归人 2020-12-09 22:50

In matlab it is possible to write matlab objects, or even the entire workspace, to a file using the matlab save() call. I would like to intercept the bytestream and postproc

10条回答
  •  误落风尘
    2020-12-09 23:19

    For HG objects, you can intercept the save processing via the internal (modifiable) *.m files that are explained here: http://undocumentedmatlab.com/blog/handle2struct-struct2handle-and-matlab-8/

提交回复
热议问题