Would you be interested in using fityk from matlab more directly?
I'm working on C interface to libfityk and in the next version it
should be possible to use loadlibrary and calllib in Matlab to access
fityk functions.
The C API contains a general fityk_execute() function that takes
string with fityk command and executes it and a few more specific
functions for loading data, calculating value of expression, etc.
Current API is here:
https://github.com/wojdyr/fityk/blob/master/src/fityk.hIf anyone has any comments or use cases, let me know. I'm still
thinking how the API should look like.
Marcin