Global Variable Names #3
DaveyMikeJones
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to rename the global variables? I ran the bouncing ball example and I can see the names of Position and Velocity do not appear in the .dll file but rather bouncing_ball_X, bouncing_ball_Y, etc. Is there a way to rename the global variables within simulink to be able to easily access them within the .dll file?
Beta Was this translation helpful? Give feedback.
All reactions