Skip to content

Commit 8ef1ecd

Browse files
Kevin-Mattheus-Moermanmusm
authored andcommitted
Fixed minor typo retrievs, retrieves (#127)
1 parent bbccd4c commit 8ef1ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ xx, yy = mxcall(:meshgrid, 2, x, y)
309309
```
310310
*Note:* Since MATLAB functions behavior depends on the number of outputs, you have to specify the number of output arguments in ``mxcall`` as the second argument.
311311

312-
``mxcall`` puts the input arguments to the MATLAB workspace (using mangled names), evaluates the function call in MATLAB, and retrievs the variable from the MATLAB session. This function is mainly provided for convenience. However, you should keep in mind that it may incur considerable overhead due to the communication between MATLAB and Julia domain.
312+
``mxcall`` puts the input arguments to the MATLAB workspace (using mangled names), evaluates the function call in MATLAB, and retrieves the variable from the MATLAB session. This function is mainly provided for convenience. However, you should keep in mind that it may incur considerable overhead due to the communication between MATLAB and Julia domain.
313313

314314
#### Viewing the MATLAB Session (Windows only)
315315

0 commit comments

Comments
 (0)