hi.
i work on image processing.how can i convert my mfile to c++ code?
i try with :
mbuild -setup
mcc -B cpplib:mfile a.m
and matlab compiler give me cpp code but i can not run it. how can add lib & header file that it can run?
is there any way for convert matlab to c++ code?