开发者

C-DLL to be used by MATLAB? [closed]

开发者 https://www.devze.com 2023-04-10 14:13 出处:网络
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 9 years ago.

开发者_如何学编程 Improve this question

Since MATLAB is not good with loop, I am putting some of the looping into a c-dll(visual studio 6.0).

  • What do I have to do in building the c-dll that is different than normal dlls?
  • How do I interface with the DLL from MATLAB?


I recommend making them into MEX-functions. Read the MATLAB help: http://www.mathworks.co.uk/help/techdoc/matlab_external/f29322.html.

And FWIW, MATLAB's fine at looping if you write your code well.

0

精彩评论

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