How to run mex files in MATLAB?

9 次查看(过去 30 天)
Jes
Jes 2015-8-22
评论: Jes 2015-8-22
I am trying to execute 3D curvelet transform in MATLAB. Any help would be appreciated.
Thanks in Advance

回答(1 个)

David Young
David Young 2015-8-22
I've found this documentation to be very helpful. If you have a mex file for your system, all you have to do is put it on your path and call it like any other m-file function. Do you have a specific problem with a mex file?
  1 个评论
Jes
Jes 2015-8-22
Thanks a lot.I have two folders one named mex which contains .m files whereas the other folder named .src where all .cpp files. How do I add those on my path? Could you please help me further? Thanks.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Write C Functions Callable from MATLAB (MEX Files) 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by