Replies: 2 comments 2 replies
-
never mind, i made it! fyi: system(['call ', 'C:\Python\Anaconda3', '\Scripts\activate.bat tracking & ', ... Do not forget to place a space at the end of every parameter call and also at the end of the parameter itself |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello mooch (&everybody else), I am really enjoying TRex, especially for being so fast. Thereby i would like to integrate in my analysis and call it from MATLAB. This generally works with using the system function:
system(['call', 'C:\Python\Anaconda3', '\Scripts\activate.bat tracking & ', 'C:\Python\Anaconda3\envs\tracking\bin', '\trex.exe'])
but i cannot manage to set parameters, which is usually done with the '-' (i.e. sth like: -i -meta_real_width ....) any idea which command has to be used?
MATLAB itself states: "You can specify a file to be opened using ./trex -i " - but this did not work
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions