Skip to content

Commit b05c1cf

Browse files
Merge pull request #97 from JuliaInterop/ChrisRackauckas-patch-1
Viewing the MATLAB Session
2 parents 6e6c3f2 + d0ea27c commit b05c1cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,11 @@ xx, yy = mxcall(:meshgrid, 2, x, y)
311311

312312
``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.
313313

314+
#### Viewing the MATLAB Session
315+
316+
To open an interactive window for the MATLAB session, use the command `show_msession()`. To hide the window, use `hide_msession()`. Note that closing this window will result in an error, so it is advised that one uses the `hide_msession()` command instead.
317+
318+
Note that this feature only works on Windows.
314319

315320
#### Advanced use of MATLAB Engines
316321

0 commit comments

Comments
 (0)