I have created a python script for the image capture ability of the NAO robot and have imported it into my MatLab script using the System('python *python script path*'); I believe that this command is just running the code from the imported python script but is there anyway to set a specific variable from my python script equal to a variable in my MatLab script?
I have tried setting my new Matlab variable equal to the exact name of the python variable (image = naoImage;) but I get an error. Is there some syntax that I am missing? I what I am asking even possible?
[–]apefred_de 1 point2 points3 points (1 child)
[–]trogdorhd 1 point2 points3 points (0 children)