Matlab function inside simulink takes forever to compile

11 Ansichten (letzte 30 Tage)
Mohamed
Mohamed am 29 Okt. 2024
Kommentiert: Remo Pillat am 5 Nov. 2024
I have a simulink model where I am using a matlab function inside of to calculate the inverse kinematics of a CNC machine but whenever I click "Run" the progress bar on the bottom gets stuck at the part where it is compling the matlab function for almost 5 hours and sometimes just ends up filling my laptop's memory and crashing the app, I am not sure how I can even start at tackling this. any suggestions? thanks in advance.
  2 Kommentare
Aravind
Aravind am 29 Okt. 2024
Could you share the simulink model file that is causing this issue? That will help in identifying and debugging the issue. Additionally, could specify on which operating system you are facing this issue.
Remo Pillat
Remo Pillat am 5 Nov. 2024
@Mohamed, can you please share the MATLAB function you are using that causes the long compilation time? Also, have you tried using the dedicated Inverse Kinematics block from Robotics System Toolbox for solving your IK problem in Simulink?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Brahmadev
Brahmadev am 4 Nov. 2024
To help debug the issue effectively, please try the following steps, which may assist in identifying the specific block or simulation setting causing the issue:
  1. Review Diagnostics: Check the diagnostics window for any errors or warnings that might provide clues to the issue.
  2. Isolate Components: Test the S-Function blocks or MATLAB Function blocks individually, without other blocks, to see if the issue persists. You can do this by giving sample data as information.
  3. Adjust Solver Settings: Experiment with different solver settings and verify block parameters like sample time.
  4. Test with Examples: Compare your workflow and block usage against MathWorks examples. If the issue occurs with those examples, it might provide insight into the underlying cause.
Please share additional information regarding the model and the issue to help understand the issue better. I hope this helps!

Kategorien

Mehr zu Robotics System Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by