Skip to content

Commit 9af9c3d

Browse files
committed
Update README.md
1 parent 57f15f0 commit 9af9c3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
A simple interface to allow Python to call MATLAB functions.
44

5-
***AT PRESENT THIS DOES NOT WORK ON WINDOWS***
6-
75
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).
86

7+
This has not been tested on Windows.
8+
99
## Usage
1010

1111
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
5555
- MATLAB error handling.
5656
- Multiple simultaneous connections.
5757

58-
Max Jaderberg 2012
58+
Max Jaderberg 2012

0 commit comments

Comments
 (0)