File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Matlab R2019b is the minimum required due to use of
1515syntax.
1616URLs (e.g. https://, s3:// and similar) are treated as not existing.
1717
18- Self-tests can be run from that matlab-stdlib/ directory with Matlab R2022b or newer:
18+ Self-tests can be run from the matlab-stdlib/ directory with Matlab R2023a or newer:
1919
2020``` matlab
2121buildtool test
@@ -26,7 +26,7 @@ Functions requiring or optionally benefiting from MEX are indicated in the
2626
2727Build the optional high-performance
2828[ MEX] ( https://www.mathworks.com/help/matlab/cpp-mex-file-applications.html )
29- functions from the Matlab prompt in Matlab R2022b or newer:
29+ functions from the Matlab prompt in Matlab R2023a or newer:
3030
3131``` matlab
3232buildtool mex
Original file line number Diff line number Diff line change 11function plan = buildfile
2+ assert(~isMATLABReleaseOlderThan(" R2023a" ), " MATLAB R2023a or newer is required for this buildfile" )
3+
24plan = buildplan();
35
46plan.DefaultTasks = " test" ;
You can’t perform that action at this time.
0 commit comments