File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,32 @@ syntax.
1818Self-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
2439URLs (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+
2845Most Matlab-stdlib filesystem functions work without the
2946[ Java interface] ( ./Readme_java.md ) .
30-
3147If Matlab was started without Java using
3248[ -nojvm] ( https://www.mathworks.com/help/matlab/matlab_env/commonly-used-startup-options.html ) ,
3349most Matlab-stdlib functions still work.
You can’t perform that action at this time.
0 commit comments