You should be able to merge Matlab with Qt in the same way that you would normally merge it with C++. There is some good tutorials on this topic, can't find it now. You will start a matlab instance from your code and from there on you can pass values to the interpreter and read values back from the interpreter. You can also run the .m script in the interpreter and then get the results back.
Hope this helps.
Bookmarks