OpenModelica with Julia SCIML application

I’m working on OpenModelica with Julia for one of my SCIML application. I’m unable to display the animation of my multibody physics model_res.mat in my Julia application. Is there any package to support this

Welcome in the Julia community!

Yes, there are different Julia packages that can display 3D animations, in particular Makie.jl .

But we have no idea about the structure of your model_res.mat file. Can you either share the file, or at least the file structure? And how are you displaying it outside of Julia?

See ModelicaMAT and discussion at Read Modelica MATv4 files by bc0n · Pull Request #181 · JuliaIO/MAT.jl · GitHub

1 Like