Skip to content

Commit 20a74a0

Browse files
committed
mex
1 parent f3bf5ec commit 20a74a0

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Readme.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,32 @@ syntax.
1818
Self-tests can be run from that matlab-stdlib/ directory:
1919

2020
```matlab
21-
buildtool
21+
buildtool test
22+
```
23+
24+
## MEX C++
25+
26+
Several functions are sped up with C++ Matlab MEX build.
27+
A couple functions are only available with C++ MEX build.
28+
29+
```matlab
30+
buildtool mex
31+
```
32+
33+
or for older Matlab:
34+
35+
```matlab
36+
legacy_mex_build()
2237
```
2338

2439
URLs (e.g. https://, s3:// and similar) are treated as not existing.
2540

2641
[API Documentation](https://geospace-code.github.io/matlab-stdlib)
2742

43+
## Java-based functions
44+
2845
Most Matlab-stdlib filesystem functions work without the
2946
[Java interface](./Readme_java.md).
30-
3147
If Matlab was started without Java using
3248
[-nojvm](https://www.mathworks.com/help/matlab/matlab_env/commonly-used-startup-options.html),
3349
most Matlab-stdlib functions still work.

0 commit comments

Comments
 (0)