Quoting JB
If the numbers from Matlab are deterministic you can simply run that script once and then store the results to a file or a hard-coded array in your Python script.
i am having few nodes numbers stored in c = [27 52 102 345]. i have them from matlab. now i have to send these numbers into my script file (121.py) and run cases for all those node numbers. so i wanted to know if i can send these numbers one by one into the script file (121.py) and run it.
can u elaborate on your method.
thank you for ur reply
Matlab4t