How can I call "UNIQUE" function in a MEX file?

1 view (last 30 days)
AP
AP on 19 Oct 2012
Dear All,
How can I call "UNIQUE" function (or any other MATLAB function) in a MEX file?
Thanks,
Ahmad

Answers (1)

Matt Fig
Matt Fig on 19 Oct 2012
Read this document, it describes how to call a MATLAB function from a mex file.
doc mexCallMATLAB

Categories

Find more on Write C Functions Callable from MATLAB (MEX Files) in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!