Info

This question is closed. Reopen it to edit or answer.

how to use the matlab function mcc for dummies

1 view (last 30 days)
Joon yong Whang
Joon yong Whang on 8 Apr 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
I have written a simple code in matlab that binarizes documents. It is a m-file function and needs an image input for the algorithm to work.
I am currently planning to show the speed and efficiency of the algorithm to someone who I cannot trust totally so I was looking for a way to turn the code into an .exe file and came across the mcc function.
However after several attempts and many error messages, I have come to ask a question to ask how to use the mcc function or whether there is an alternative way to somehow 'wrap up' the function so that people cannot see the insides of the algorithm but use the function anyway.
I have almost no knowledge on how to use any other programming language and do not know how to use mex or any other methods that can be googled. But I have installed Microsoft Visual studio 9.0 in the process in hoping that it would help on compiling to no avail. But like I said, it is ok if it just 'wraps up'the algorithm.
Can anyone please help? I am very short in time due to personal matters.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!