Re: Calling Matlab (2016a) function from Python(3.6)

2018-03-28 Thread rishika21sen
I am using WinPython 3.6 -- https://mail.python.org/mailman/listinfo/python-list

Calling Matlab (2016a) function from Python(3.6)

2018-03-28 Thread rishika21sen
So I am using the following code to call a Matlab(2016a) function from python(3.6). >>import win32com.client >>h = win32com.client.Dispatch('matlab.application') >>h.Execute ("plot([0 18], [7 23])") When I am using the 'Execute' statement to run a matlab file from python, I use the statement on