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
Post a Comment