Are there any existing collections of functions developed for Matlab that allow data saved from Slicer (e.g. markups fiducial, affine transforms, etc.) to be loaded in/out of Matlab?
I’m aware of the Matlab Bridge extension of course, but rather something where the connection is not “live”. For instance, loading a .fcsv file created by Slicer into Matlab for analysis or writing points calculated in Matlab to a .fcsv file to be visualized using Slicer.
I found myself writing some simple MATLAB code to do this and thought I might check,
- Does something like this already exist? and
- If it doesn’t and I made something like it, would others find it useful?
Thanks in advance for your help!