Cannot refresh variables when exporting Simulink to FMU file
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Wescley Tiago Batista de Sousa
am 25 Apr. 2024
Kommentiert: David
am 12 Feb. 2025 um 10:06
I am trying to create a simple FMU file from a SimuLink model. I made this many times before. Now, suddenly, I am getting the following error when I try to refresh the settings (using R2024a):
Unable to resolve the name 'internal.getWSLDockerSettings'
I have no idea what that means. A reseach on google resulted in nothing.
I thank for any help.
3 Kommentare
Antworten (1)
Pooja Kumari
am 25 Apr. 2024
Hello,
I am also facing the same "Unable to resolve the name 'internal.getWSLDockerSettings'" error when pressing the "Refresh" button, but you can try using the command line API to generate an FMU file.
2 Kommentare
David
am 12 Feb. 2025 um 10:06
Hi,
This should work:
open_system('vdp')
set_param('vdp', 'SolverType', 'Fixed-step')
exportToFMU('vdp','FMIVersion','2.0','FMUType','CS')
Siehe auch
Kategorien
Mehr zu Simulink Environment Customization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!