Matlab to C or C++

后端 未结 7 2094
不知归路
不知归路 2020-12-30 01:22

I am working on an image processing project using Matlab. We should run our program (intended to be an application) on a cell phone.We were then asked to convert our code in

7条回答
  •  清酒与你
    2020-12-30 01:38

    Matlab can gererate C code for you.

    See: http://www.mathworks.com/products/featured/embeddedmatlab/

    The generated code does however depend on matlab libraries. So you probably can't use it for a cell phone. But it might save you some time anyways.

提交回复
热议问题