what dose the embedded coder do with mrdivide
이전 댓글 표시
my examnple
K = PH'/(HPH'+R) %this is a part of a Extended Kalman Filter
embedded coder creates the function
void lnglbiecbaimkngl_mrdivide(real32_T A[60], const real32_T B[36])
knowing what kind of algorithm matlab implemented in void lnglbiecbaimkngl_mrdivide is usefull. How do i learn this?
Is the only solution to read the c code or is there information available somewhere that can answer this?
I expect this to depend on my priority of safety vs speed?
Which algorithm the embedded coder responds with in advance would also be interesting, is there a way to know this?
Also dose "lnglbiecbaimkngl" contain any information related to what algorithm void lnglbiecbaimkngl_mrdivide contains or is it random gibberish?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!