Matlab桥 [英] Matlab Bridge

查看:90
本文介绍了Matlab桥的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hy!


我试图编译KinectBridgeWithMATLABBasics-D2D示例。


我有一些链接器问题: 


MatlabHelper.obj:错误LNK2019: " _engClose" in ..."" public:void __thiscall MatlabHelper :: ShutDownEngine(void)" (?ShutDownEngine @ MatlabHelper @@ QAEXXZ)"。

1> MatlabHelper.obj:错误LNK2019:..." _engSetVisible" in ..." public:long __thiscall MatlabHelper :: InitMatlabEngine(bool)" (?InitMatlabEngine @ @@ MatlabHelper @ QAEJ_N Z)" ;. ......还有一些......



有人试图建立这个例子吗? / p>

BTW:是否可以将Fusion示例与Matlab连接。那会很好: - )


谢谢




解决方案

您是否按照示例中随附的文档中的配置说明进行操作?看来链接器没有找到正确版本的MATLAB库(libmx.lib,libmat.lib和libeng.lib)。



Hy!

I tried to compile the KinectBridgeWithMATLABBasics-D2D example.

I have some Linker problems: 

MatlabHelper.obj : error LNK2019:  "_engClose" in ... ""public: void __thiscall MatlabHelper::ShutDownEngine(void)" (?ShutDownEngine@MatlabHelper@@QAEXXZ)".
1>MatlabHelper.obj : error LNK2019: ... "_engSetVisible" in ... ""public: long __thiscall MatlabHelper::InitMatlabEngine(bool)" (?InitMatlabEngine@MatlabHelper@@QAEJ_N@Z)". ... ... and some more ... ...

Has someone tried to build the example?

BTW: Is it possible to connect the Fusion Example with Matlab. That would be nice :-)

Thanks


解决方案

Have you followed the configuration instructions in the documentation included with the sample? It appears that the linker is not finding the correct versions of the MATLAB libraries (libmx.lib, libmat.lib, and libeng.lib).


这篇关于Matlab桥的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆