Is it possible to intercept a matlab save() bytestream

前端 未结 10 2369
暖寄归人
暖寄归人 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:22

    After brooding on this for several months, I'm going to say, no, this is not possible. At least, not without hardcore non-portable binary/ELF hacking.

提交回复
热议问题