I have 2 codes; one in Matlab and the other in Python.
what i need to do is run the Python from Matlab.
I know that i can use SYSTEM'....' command, but it is only openning the .PY in the python terminal and not running it itself.
I need that when i call python script it will run automatically!
Is there any suggestions?
what i need to do is run the Python from Matlab.
I know that i can use SYSTEM'....' command, but it is only openning the .PY in the python terminal and not running it itself.
I need that when i call python script it will run automatically!
Is there any suggestions?
Comment