You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Lets move the matlab codegen to Jinja2 templates, the current template code is very hard to read and see how it comes together.
This will also help with the C/C++ lib generation and overview IMO.
Describe alternatives you've considered
Keep it as it is.
@korken89 that's certainly a legit solution. I'm just concerned that users will need to install the Python package - not too difficult, but the less one does during installation, the better it is.
Hey guys, you could write your functionality in Java and invoke it from Matlab, since Matlab is natively Java I believe.
This would require your jar in Matlab's classpath though, not sure if you could do this through an add-on.
Cool project btw!
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Lets move the matlab codegen to Jinja2 templates, the current template code is very hard to read and see how it comes together.
This will also help with the C/C++ lib generation and overview IMO.
Describe alternatives you've considered
Keep it as it is.
Additional context
Link: Jinja 2 documentation
The text was updated successfully, but these errors were encountered: