Programming in Qt with Matlab function involve sparams
조회 수: 1 (최근 30일)
이전 댓글 표시
I understand the process of compiling MATLAB function and call it in Qt application, but I have question about variables input to and output from such MATLAB function which involve RF object...
Let's say my Matlab function is "Function s_paramsA=mySFunction(s_paramsB,otherParameter)", where s_paramsA and s_paramsB are S-parameter object (like we get from "S = sparameters('default.s2p');"), what should I do when I call the MATLAB function in Qt? How can I construct the variables in Qt for input/output of MATLAB function? Thanks.
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!