black box function export in MATLAB

92 Views Asked by At

Is it possible to export a function in MATLAB in such a way that it is possible to execute that function, but do not read its source code?

I would like to distribute a MATLAB application to the students while keeping a functionality as a black-box. So they can execute a program and see the results. Then, they should re-implement that black-box functionality, without being able to read the solution from the distributed application.

0

There are 0 best solutions below