Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

Are there analogs to Simulink or some of MATLAB's toolboxes in Julia? I know of a few shops that use Octave because developer pricing for MATLAB isn't enough when we have an alternative, but there's still a need for a roving license or two because there are a few things lacking in the ecosystem.


TBH, Simulink is the golden standard, i don´t know any other alternative. with that in mind, the other toolboxes are easily replaceable with some julia packages, for example in the optimization Toolbox there are various options, like NLSolve(solving no-linear systems),JuMP,Optim,NLOpt (general Optimization). I know that the DifferencialEquations.jl package is the state of the art in ODE solvers. Images.jl provides a good alternative to the Image Toolbox. for what i understand, in the most simple way to put it, simulink is a giant differential equation solver, so you can implement the logic with julia, but the UX of simulink is the best right now


For Simulink the closest you'll get is probably OMJulia[1] which is a set of Julia bindings to OpenModelica as opposed to a stand alone library

[1] https://github.com/OpenModelica/OMJulia.jl


For simulation there is also a library that reimplements the Modelica language in Julia using macros:

https://github.com/ModiaSim/Modia.jl




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: