Use FElupe inside MATLAB #376
adtzlr
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This code snippet demonstrates the usage of FElupe inside MATLAB. First, ensure to have a version of Python installed which is supported by MATLAB.
pyenv
should give something like
While most function calls are straight-forward, the
ramp
-argument of theStep
-definition needs special attention. As MATLAB doesn't support adict
with objects as keys, theramp
-argument has to be created bypy.dict.fromkeys()
. Also, integers have to be created explicitely, i.e.int8(3)
.Beta Was this translation helpful? Give feedback.
All reactions