
I am a matlab user, and I export figures to .svg using plot2svg. However, this creates .svg files with non-embedded raster images. I really want the rasters to be embedded, as these files will get moved around a lot. So, I was looking for a command line way of doing this, having used plot2svg. I tried this:
inkscape -z -f {myfilename.svg} --org.ekips.filter.embedimage --FileSave
.. but that didn't seem to embed the rasters.
Can anyone point out what I might be doing wrong, or suggest an alternative command line method?
Thanks!