Call C++ code from MATLAB?

前端 未结 4 606
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-03 03:36

I have some code which I need to code in C++ due to heavy reliance on templates. I want to call this code from MATLAB: basically, I need to pass some parameters to the C++ c

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-03 04:21

    STL is definitely supported. Boost probably yet. The point is as long you have your STL and BOOST deployed on your computer, you should be good to go.

提交回复
热议问题