我是靠谱客的博主 虚幻彩虹,最近开发中收集的这篇文章主要介绍【源码】在Matlab和Simulink中集成C代码来控制外部接口,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

640?wx_fmt=jpeg

本演示的目的是展示C代码在Matlab和Simulink中的集成

The goal of this demo is to showcase integration of C code in MATLAB and Simulink. 


某停车计时器的C#接口采用一些模拟的硬件寄存器,可以通过Windows中的共享内存区访问这些寄存器。

A C# interface of a parking meter has some emulated HW registers that can be accessed through a shared memory area in Windows. 


在Matlab和Simulink中,分别通过MEX和C-Caller或S函数导入机制使用底层C驱动程序。

The low level C drivers are used in MATLAB and Simulink via respectively MEX and C-Caller or S-Function import mechanisms. 


Matlab和Simulink中的算法用于控制C#应用程序,该应用程序只是用作一个没有任何智能的用户界面。

The algorithms in MATLAB and Simulink control the C# App that is just used as a user interface without any intelligence. 


C代码生成可以在整个Matlab和Simulink项目中完成,以构建独立的可执行文件。

C code generation can be done out of the entire MATLAB and Simulink projects to build standalone executables.


完整源码下载请点击“阅读原文”

最后

以上就是虚幻彩虹为你收集整理的【源码】在Matlab和Simulink中集成C代码来控制外部接口的全部内容,希望文章能够帮你解决【源码】在Matlab和Simulink中集成C代码来控制外部接口所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(71)

评论列表共有 0 条评论

立即
投稿
返回
顶部