开发者

How to convert c code to matlab

开发者 https://www.devze.com 2023-01-05 16:38 出处:网络
I have a c code abou开发者_如何学Ct 1200 lines long and i want to convert it into matlab. is there any software or website where i can do it.You could also call the C code from Matlab, which might be

I have a c code abou开发者_如何学Ct 1200 lines long and i want to convert it into matlab. is there any software or website where i can do it.


You could also call the C code from Matlab, which might be easier and the program will certainly run faster. if this is an option for you, check out the Matlab documentation for creating mex-files.


Not that I know of (programming language translation is a harder tasks that you might think). But Matlab syntax should be friendly enough to a C programmer.

0

精彩评论

暂无评论...
验证码 换一张
取 消