You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
A simple interface to allow Python to call MATLAB functions.
4
4
5
-
***AT PRESENT THIS DOES NOT WORK ON WINDOWS***
6
-
7
5
Unlike other interfaces, MATLAB only has to start once. All communication is done over a TCP server (credit to D.Kroon University of Twente for the TCP server).
8
6
7
+
This has not been tested on Windows.
8
+
9
9
## Usage
10
10
11
11
Initialize the Matlab class. You must pass in your matlab executable, e.g.
@@ -55,4 +55,4 @@ An example MATLAB function and usage from Python is shown in test.py and test.m
0 commit comments