https://la.mathworks.com/help/matlab-test/ref/matlabtest.coder.matlabcodertester.execute.html
matlabtest.coder.MATLABCoderTester.execute - Execute generated C/C++ code in formal equivalence...
This MATLAB function executes the generated C/C++ code specified by tester with the same inputs that were specified when generating the C/C++ code in the test...
c codecoderexecutegeneratedformal
https://se.mathworks.com/help/matlab-test/ref/matlabtest.coder.matlabcodertester-class.html
matlabtest.coder.MATLABCoderTester - Formal tester for generated C/C++ equivalence tests - MATLAB
Use the matlabtest.coder.MATLABCoderTester class to generate C/C++ code by using MATLAB Coder and test the generated code for equivalence with MATLAB source...
coderformaltester
https://www.mathworks.com/help/matlab-test/ref/matlabtest.coder.matlabcodertester.addentrypointfunction.html
matlabtest.coder.MATLABCoderTester.addEntryPointFunction - Add entry-point function or signature to...
This MATLAB function adds the entry-point function entryPoint to the equivalence tester tester.
add entrycoder