hi guy ...
i make interface with in the operation on image with matlab do some *.m file ...
but the problem is.... HOW merge code qt(c++) & m file gnerate from Matlab ...
sorry for my english ...![]()
hi guy ...
i make interface with in the operation on image with matlab do some *.m file ...
but the problem is.... HOW merge code qt(c++) & m file gnerate from Matlab ...
sorry for my english ...![]()
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.
How can i configure qtcreator for run all file... matlab use mbuild for compile
how change the compiler from g++ to mbuild ??
Last edited by zeeb100; 24th February 2009 at 14:48.
guy it's important please help me ...
As far as i know Qt Creator knows only works with GNU compiler.
I'm a rebel in the S.D.G.
In English
therefore on I can use matlab with qt?![]()
It's not the greatest solution in the world, but the instrument control toolbox allows for TCP communication, so if nothing else, you should be able to use sockets to communicate between your Qt app and Matlab.
and if i create executables files an call with qt... i use matlab for manage the image segmentation restauration color to gray
Qt Code:
... ... system("nameFile parameter1 parameter2"); .... contonue code....To copy to clipboard, switch view to plain text mode
Bookmarks