Is it possible to purge Simulink Model?

2 views (last 30 days)
legendbb
legendbb on 3 May 2013
Answered: Kiran Kintali on 24 May 2021
I have a large model, after some work (opened and saved between R2012b and R2013a). The code generation (HDL) becomes extremely slow. From previous 30 seconds to 20 mins for same code generation settings.
Through the process, don't see large memory usage, just CPU are kept 100% from core to core. Can't find out what MATLAB is doing.
I've already tried: rebooting, deleting compiled things, removing code generation folders. None of them helped.
My thought of moving forward to get my speed back is to restore from backup or starting new (which is tremendous amount of work).
Just wondering if there is some sort of purge or rest mechanism already built in Simlink.

Answers (1)

Kiran Kintali
Kiran Kintali on 24 May 2021
attached sample file can be extended to purge whatever cruft you have in your session.
>> purgesession
Purging slprj
Purging hdl_prj
Purging hdlsrc

Tags

Community Treasure Hunt

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

Start Hunting!