Why does Matlab Builder Ja not support function 'solve'?

Hi, when I try to use the function solve('a+b=c',b) in a Matlab function that I build into a java function, I get an error when I execute it ("Undefined function 'solve' for input arguments of type 'char'."). When I execute the function in Matlab it works just fine.
It seems that the function does not get included even though it's a normal Matlab function

 채택된 답변

Walter Roberson
Walter Roberson 2013년 5월 22일

0 개 추천

None of the functions in the Symbolic Toolbox can be compiled. It is not a normal MATLAB function, it is a call into the Symbolic Toolbox, which is not written in MATLAB.

댓글 수: 2

Thank you. Hm thats too bad. What about other Toolboxes, like the Optimization Toolbox? Are all those not compilable or is there an overview of which are and which are not somewhere?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB Compiler SDK에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by