Matlab to C or C++

后端 未结 7 2077
不知归路
不知归路 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:42

    Well there is not straight conversion from matlab to c/c++ You will need to understand the language and the differences between matlab and c/c++ and then start coding it in c/c++. Code a little test a little until it works.

提交回复
热议问题