Error:Unable to find data dictionary 'my_dict.sldd'.

37 visualizaciones (últimos 30 días)
Marcus
Marcus el 22 de Jul. de 2025
Editada: Marcus el 29 de Jul. de 2025
Hi,
my Matlab keeps complaining about a missing dictionary even though I stepped back to a state where this dictionary did not even exist.
I already cleanded up the temp folder and removed the newer model version completely and checked out an old version fresh onto disk but when trying to run the model Matlab keeps complaining about this allegedly missing dictionary.
Error:Unable to find data dictionary 'my_dict.sldd'.
Not happening on a colleagues Matlab (as to be expected because there is no such thing on the old versions). What is going on here and how can I find out from where this dictionary is being referenced in my Matlab?
Thanks for your support.

Respuestas (1)

Ronit
Ronit el 25 de Jul. de 2025
Hello,
The error you are encountering is often because of your model or environment still has some reference to that file, even if you think you have removed it. This can be due to internal caches or metadata that have not been fully reset.
Following are a few troubleshooting steps to counter this issue:
  1. Open your model and review its properties (File > Model Properties > External Data or via Model Explorer) to see if there’s still a reference to "my_dict.sldd". Remove it if found.
  2. Clear Simulink dictionary cache by running the following command in MATLAB. Then restart MATLAB to ensure caches are cleared.
>> Simulink.data.dictionary.closeAll
If you are still encountering the issue, I would suggest you reach out to MathWorks Technical Support: https://www.mathworks.com/support/contact_us.html
  1 comentario
Marcus
Marcus el 29 de Jul. de 2025
Editada: Marcus el 29 de Jul. de 2025
As I have writte the issue occurs even after a matlab restart, but thanks anyway for your proposal, but it is only of any help within a session.
Deleting my Matlab Profile and create a new one has solved the issue with some obstacles, the reason for still unknown though.

Iniciar sesión para comentar.

Categorías

Más información sobre Interactive Model Editing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by