Using extrinsic function and calling matlabfunction is very slow in simulink

조회 수: 1 (최근 30일)
Zhikai Zhang
Zhikai Zhang 2020년 6월 7일
댓글: Ameer Hamza 2020년 6월 7일
I have a complicated 6x6 sym matrix and I want to sub values into it in simulink. I generated a matlabfunction and in the simulink function block I called an extrinsic function which calls the matlabfunction generated as a varible in the workspace. But this makes my model go extremely slow, is there a better way I can integrate the 6x6 matrix into simulink? Thanks!
Note: I have tried to use matlabfunctionblock as well, but that is very slow and it took hours and didn't even finish generating the block
  댓글 수: 1
Ameer Hamza
Ameer Hamza 2020년 6월 7일
The symbolic toolbox is usually slow, and calling it from Simulink using extrinsic will make the simulation very slow. If possible, you should convert it to a floating-point function type. See the function matlabFunction(): https://www.mathworks.com/help/releases/R2020a/symbolic/matlabfunction.html

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by