Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit 0de02f5

Browse files
committed
Updated README
1 parent 31a9c8e commit 0de02f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ file in Matlab.
173173
mex -Iinclude mylibrary.cc
174174
```
175175

176-
The build MEX binaries can now calls two entry points by the first command
177-
argument.
176+
The built MEX binary can now call two entries by the first argument.
178177

179178
```matlab
180179
mylibrary('myfunc', varargin{:}) % myfunc is called.
@@ -196,8 +195,9 @@ or,
196195
+mylibrary/myfunc2.m
197196
+mylibrary/private/mylibrary.mex*
198197

199-
Inside of `myfunc.m` and `myfunc2.m`, call the `mylibrary` MEX function. This
200-
design pattern is very useful to wrap a C++ class in Matlab.
198+
Inside of `myfunc.m` and `myfunc2.m`, call the `mylibrary` MEX binary. This
199+
design pattern is useful to wrap a C++ class in Matlab. See the `example`
200+
directory in the package.
201201

202202
Parsing function arguments
203203
--------------------------

0 commit comments

Comments
 (0)