qt creator - Qt project + MATLAB -


i have matlab script generates array of values , values should used input in qt project , generated output used in matlab script.

could 1 tell how this?

i think shall compile qt project.

call first matlab script.

when script finished it's job try evaluate compiled qt code.

try     eval( [ '! applicationfilename' ] ); % pass input arguments if available. catch me     disp( me.message ); end 

when it's done, call second matlab script.

what need decide how language shall comminicate ? write array file qt application reads , write it's own result other file ? or other way.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -