Clear Filters
Clear Filters

Binding Generator for Code Reusability

3 views (last 30 days)
selcuk caglar
selcuk caglar on 20 Oct 2018
Commented: Daniel Smith on 5 May 2021
There is a new concept to reuse existing libraries. It's called bindgen or " binding generator". I am wondering is there any binding generator for matlab/simulink? I want to reuse my c/c++ code base with matlab coder. Python has a lots of tool to integrate native code inside like pybindgen . There are * rust-bindgen * and * nim-nimgen * to adopt old code. I can't imagine how nice things can become with bindgen. Maybe we can bind codes automatically qt or unreal engine. we can use arduino libraries in simulink automatically. We can use whatever we want and generate code very easily.
Matlab and Simulink force me to make this process manually. I want to make use it automatically. Do you have bindgen in your plans next year? If there is no i will try a one of them
  1 Comment
Daniel Smith
Daniel Smith on 5 May 2021
I would love the see Mathworks finally improve S-Functions. Bindgen would be a great way to do this. Their current s-function is so combersome and antiquated.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!