[Tex/LaTex] Use Matlab 2014b figures (via Inkscape) in pdfTeX

fontsinkscapeMATLABmatlab2tikzpdftex

I know there are many threads related to this topic, but I still could not find a satisfying solution.

Summary
Matlab 2014b figures -> export as .eps or .svg -> load into Inkscape (problem is in here: text is not recognized) -> use Inkscpe to save as .pdf_tex -> use in scrreprt document (pdfTeX)


The goal:
I want to use different Matlab 2014b plots in a scientific paper. Within those plot I want to use the same LaTeX font as it is used in my scrreprt document.

The problem:
When I export or print the Matlab figures as .eps or .svg (possible in 2014b) it is not possible to use the document font (type and size) or access the text (labels, axisticks) Inkscape.

What I've done so far:
I used matlab2tikz. This lets me access the plot with the "correct" font. But it does not create the results I want to have. This thread mentions a related problem.

I greated some figures in Inkscape (.svg) and used the export method which provides .pdf_tex files. Then I used \input to include them into the to the document. This works very well ("correct font and nice quality"), so I want to use this method, but in the first place I need to print/export the figures in a way that lets Inkscape read the text as text and notas pixels in a picture.

What is definitely not desired
Setting the Matlab figure 'Interpreter' to 'Latex' looks nice in the figure, but is useless when including it into a latex document

I appreciate any help. Thanks in advance.

Edit: Due to a comment, I also posted the question here.

Best Answer

If anybody in the future encounters the same problem, please read this:

After a lot of trial, I came to the conclusion, that it is probably the best to use matlab2tikz or pgfplots.

The link that @Dolphin posted in his comment leads to a handy extension of Inkscape, which fulfills its purpose. All the text in the Matlab figures got recognized. The problem is the export from Inkscape later on. You could use .eps or even the .pdf export, which works as in this video. The problem is, that you have to adjust all the axess ticks, labels and legend entries manually. This is OK for figures with less text, but inappropriate for scientific figures with lots of data (numbers and legends).

P.S.: I don't know how to close the thread, since I created it with a guest account (Now I am writing form my own Stack Exchange account, which has the same Name.). If any Admin reads this, you may want to mark this answer as accepted.